You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## lint-fix - Runs all formatting tools against the project
62
+
lint-fix: black isort
63
63
64
64
## mypy - Run mypy type checking on the project
65
65
mypy:
@@ -82,4 +82,4 @@ scan:
82
82
test:
83
83
$(VIRTUAL_BIN)/pytest
84
84
85
-
.PHONY: help black black-check build clean coverage docs format format-check install isort isort-check lint mypy publish release scan test update-examples-submodule
85
+
.PHONY: help black black-check build clean coverage docs flake8 install isort isort-check lint lint-fix mypy publish release scan test
0 commit comments