Skip to content

Commit

Permalink
fix: update configurations for flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
ssato committed May 20, 2024
1 parent 102e8c0 commit dbd9cb0
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,14 @@ dists = clean --all sdist bdist_wheel

[flake8]
per-file-ignores =
tests/res/*/*/*/*.py: W605, B018
tests/res/*/*/*/*/*.py: W605, B018
tests/res/*/*/*/*.py: W605
tests/res/*/*/*/*/*.py: W605
tests/res/*/*/*/*/*/*.py: W605

max-complexity = 10
select = C,E,F,W,B

# .. seealso:: https://www.flake8rules.com/rules/W504.html
ignore = W503
ignore =
W503
B018

0 comments on commit dbd9cb0

Please sign in to comment.