Ignore W503 in linting
This commit is contained in:
parent
06679b2e6a
commit
3d20987b18
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
tox.ini
|
|
@ -32,7 +32,7 @@ commands =
|
|||
flake8 apps/activity apps/api apps/logs apps/member apps/note apps/permission apps/treasury apps/wei
|
||||
|
||||
[flake8]
|
||||
ignore = I100, I101
|
||||
ignore = W503, I100, I101
|
||||
exclude =
|
||||
.tox,
|
||||
.git,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue