mirror of
https://github.com/simple-login/app.git
synced 2024-11-10 09:13:45 +08:00
comments for flake8 settings
This commit is contained in:
parent
73a7527b5e
commit
7838ff3224
1 changed files with 2 additions and 0 deletions
2
.flake8
2
.flake8
|
@ -1,5 +1,6 @@
|
|||
[flake8]
|
||||
ignore =
|
||||
# line length is handled by black
|
||||
E501,
|
||||
# W503 & E203 are not PEP 8 compliant and conflicts with black
|
||||
W503,
|
||||
|
@ -15,4 +16,5 @@ exclude =
|
|||
docs
|
||||
|
||||
per-file-ignores =
|
||||
# ignore unused imports in __init__
|
||||
__init__.py:F401
|
Loading…
Reference in a new issue