Skip to content

Commit

Permalink
Fix flake8 config
Browse files Browse the repository at this point in the history
  • Loading branch information
lafrech committed Dec 11, 2022
1 parent fb163e1 commit d40cb7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
license_files = LICENSE

[flake8]
extend-ignore = E203, E266, E501, E731, B903
max-line-length = 90
max-complexity = 18
select = B,C,E,F,W,T4,B9
extend-select = B,C,T4
extend-ignore = E203, E266, E501, E731, B903

[tool:pytest]
norecursedirs = .git .ropeproject .tox docs env venv tests/mypy_test_cases
Expand Down

0 comments on commit d40cb7c

Please sign in to comment.