mirror of
https://github.com/borgbase/vorta
synced 2024-12-22 15:57:34 +00:00
Ignore flake8 W503 (#706)
Patches https://gitlab.com/pycqa/flake8/-/issues/139, since W503 will not be removed https://gitlab.com/pycqa/flake8/-/issues/539
This commit is contained in:
parent
461ea05210
commit
97dad34df0
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ extension-pkg-whitelist=PyQt5
|
||||||
load-plugins=
|
load-plugins=
|
||||||
|
|
||||||
[pylint.messages control]
|
[pylint.messages control]
|
||||||
disable= W0511,C0301,R0903,R0201,W0212,C0114,C0115,C0116,C0103,E0611,E1120,C0415,R0914,R0912,R0915
|
disable= W0503,W0511,C0301,R0903,R0201,W0212,C0114,C0115,C0116,C0103,E0611,E1120,C0415,R0914,R0912,R0915
|
||||||
|
|
||||||
[pylint.format]
|
[pylint.format]
|
||||||
max-line-length=120
|
max-line-length=120
|
||||||
|
|
Loading…
Reference in a new issue