Switch to pyproject.toml

This commit is contained in:
Taylor H. Perkins 2023-01-24 11:47:53 -08:00
commit ffb4293fca
21 changed files with 200 additions and 132 deletions

View file

@ -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