Switch to pyproject.toml
This commit is contained in:
commit
ffb4293fca
21 changed files with 200 additions and 132 deletions
3
.flake8
3
.flake8
|
|
@ -1,3 +1,4 @@
|
|||
|
||||
[flake8]
|
||||
extend-select =
|
||||
# bugbear
|
||||
|
|
@ -22,4 +23,4 @@ extend-ignore =
|
|||
max-line-length = 80
|
||||
per-file-ignores =
|
||||
# __init__ exports names
|
||||
src/flask/__init__.py: F401
|
||||
src/flask/__init__.py: F401
|
||||
Loading…
Add table
Add a link
Reference in a new issue