Skip to content

Commit

Permalink
remove flake8 config from setup.cfg; already in tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
anthrotype committed Dec 10, 2020
1 parent cb841c4 commit a744e52
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,6 @@ formats = zip
[metadata]
license_file = LICENSE

[flake8]
select = B, C, E, F, W, T4, B9
ignore = E203, E266, E501, W503
max-line-length = 80
max-complexity = 20
exclude = .git, __pycache__, build, dist, .eggs, .tox

[tool:pytest]
filterwarnings =
ignore:fromstring:DeprecationWarning
Expand Down

0 comments on commit a744e52

Please sign in to comment.