Skip to content

Commit 05f56c1

Browse files
committed
pyproject: only run flake8 for files in our projects
1 parent 68a2a21 commit 05f56c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ whitelist_externals = poetry
6262
commands =
6363
poetry run black . --check
6464
poetry run isort --check python_awair/ tests/
65-
poetry run flake8
65+
poetry run flake8 python_awair/ tests/
6666
poetry run pylint python_awair/ tests/
6767
poetry run mypy python_awair/ tests/
6868

0 commit comments

Comments
 (0)