Skip to content

Commit

Permalink
moved flake8 config to setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Rauber committed Jan 25, 2020
1 parent 3609e1a commit 15adc8e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .flake8

This file was deleted.

6 changes: 6 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
[flake8]
ignore = E203, E266, E501, W503
max-line-length = 80
max-complexity = 18
select = B,C,E,F,W,T4,B9

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

0 comments on commit 15adc8e

Please sign in to comment.