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
8a39739b38
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
|
docker-compose run --rm app safety check
|
||||||
|
|
||||||
.PHONY: py-upgrade
|
.PHONY: py-upgrade
|
||||||
py-upgrade: ## Upgrade project py files with pyupgrade library for python version 3.9
|
py-upgrade: ## Upgrade project py files with pyupgrade library for python version 3.10
|
||||||
docker-compose run --rm app pyupgrade --py39-plus `find . -name "*.py"`
|
pyupgrade --py310-plus `find the_app -name "*.py"`
|
||||||
|
|
||||||
.PHONY: lint
|
.PHONY: lint
|
||||||
lint: ## Lint project code.
|
lint: ## Lint project code.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user