Updated setup.cfg
Added ignore for W503 (this is best practice, not W504)
This commit is contained in:
parent
8ef1891ca6
commit
b108e21296
|
|
@ -41,7 +41,7 @@ testing =
|
||||||
clog = py.typed
|
clog = py.typed
|
||||||
|
|
||||||
[flake8]
|
[flake8]
|
||||||
ignore = E266, E128, E261, E221, W292
|
ignore = E266, E128, E261, E221, W292, W503
|
||||||
max-line-length = 120
|
max-line-length = 120
|
||||||
per-file-ignores =
|
per-file-ignores =
|
||||||
clog/__init__.py:F401, F403
|
clog/__init__.py:F401, F403
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user