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:
Samuel 2020-11-07 18:56:39 -06:00 committed by GitHub
parent 461ea05210
commit 97dad34df0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ extension-pkg-whitelist=PyQt5
load-plugins=
[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]
max-line-length=120