mirror of
https://github.com/grillazz/fastapi-sqlalchemy-asyncpg.git
synced 2025-08-26 16:40:40 +03:00
Merge remote-tracking branch 'origin/main'
# Conflicts: # Pipfile.lock
This commit is contained in:
commit
277d200f1a
4
Makefile
4
Makefile
@ -31,8 +31,8 @@ safety: ## Check project and dependencies with safety https://github.com/pyupio/
|
||||
docker-compose run --rm app safety check
|
||||
|
||||
.PHONY: py-upgrade
|
||||
py-upgrade: ## Upgrade project py files with pyupgrade library for python version 3.9
|
||||
docker-compose run --rm app pyupgrade --py39-plus `find . -name "*.py"`
|
||||
py-upgrade: ## Upgrade project py files with pyupgrade library for python version 3.10
|
||||
pyupgrade --py310-plus `find the_app -name "*.py"`
|
||||
|
||||
.PHONY: lint
|
||||
lint: ## Lint project code.
|
||||
|
Loading…
x
Reference in New Issue
Block a user