We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8d7a9d commit f3dd8deCopy full SHA for f3dd8de
Makefile
@@ -128,8 +128,8 @@ black: ## format code using black
128
black-check: ## check code don't violate black formatting rules
129
poetry run black --check --line-length 88 $(SRC) $(TESTS)
130
131
-.PHONY: flake
132
-flake: ## lint code with flake
+.PHONY: flake8
+flake8: ## lint code with flake8
133
poetry run flake8 --max-line-length=88 $(SRC) $(TESTS)
134
135
.PHONY: pre-commit-install
0 commit comments