We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68a2a21 commit 05f56c1Copy full SHA for 05f56c1
pyproject.toml
@@ -62,7 +62,7 @@ whitelist_externals = poetry
62
commands =
63
poetry run black . --check
64
poetry run isort --check python_awair/ tests/
65
- poetry run flake8
+ poetry run flake8 python_awair/ tests/
66
poetry run pylint python_awair/ tests/
67
poetry run mypy python_awair/ tests/
68
0 commit comments