Skip to content

Commit 65ca53b

Browse files
committed
Move remaining flake8 config to setup.cfg
1 parent 58bd603 commit 65ca53b

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.flake8

Lines changed: 0 additions & 4 deletions
This file was deleted.

setup.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ include_trailing_comma = True
2525
skip_glob = tests/testdata
2626

2727
[flake8]
28+
extend-ignore = E203,E266,E501,C901,F401
29+
max-complexity = 20
30+
select = B,C,E,F,W,T4,B9
2831
# Required for flake8-typing-imports (v1.12.0)
2932
# The plugin doesn't yet read the value from pyproject.toml
3033
min_python_version = 3.7.2

0 commit comments

Comments
 (0)