@@ -61,7 +61,7 @@ py-lint: ## Run python linting scanners and black
poetry self add poetry-dotenv-plugin
poetry run black .
poetry run flake8 .
poetry run isort ./app ./tests
poetry run isort --check-only ./app ./tests
.PHONY:avg-complexity
avg-complexity:
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.