Skip to content

Commit

Permalink
Use normal flake8 ignores for tests as well
Browse files Browse the repository at this point in the history
  • Loading branch information
sersorrel committed Feb 6, 2024
1 parent 89844cf commit bc2d156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ allowlist_externals =
mypy
commands =
flake8 softpack_core
flake8 tests --ignore=D101,D102,D103,D107
flake8 tests --ignore=D101,D102,D103,D107,E203,E266,W503
mypy softpack_core

[testenv:build]
Expand Down

0 comments on commit bc2d156

Please sign in to comment.