Skip to content

Commit

Permalink
Move remaining flake8 config to setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
cdce8p committed Jun 28, 2022
1 parent 58bd603 commit 65ca53b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .flake8

This file was deleted.

3 changes: 3 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ include_trailing_comma = True
skip_glob = tests/testdata

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

0 comments on commit 65ca53b

Please sign in to comment.