diff --git a/setup.cfg b/setup.cfg index 0ea12df2..ae688058 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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