diff --git a/.flake8 b/.flake8 index 15cb8563c13..5384053b3bc 100644 --- a/.flake8 +++ b/.flake8 @@ -1,2 +1,2 @@ [flake8] -ignore = W503,E203 +ignore = E501,W503,E203 diff --git a/.pylintrc b/.pylintrc index 0e13d934a0c..89b26acd2ad 100644 --- a/.pylintrc +++ b/.pylintrc @@ -66,7 +66,8 @@ disable=missing-docstring, too-many-instance-attributes, too-many-arguments, ungrouped-imports, # Leave this up to isort - bad-continuation # Leave this up to black + bad-continuation, # Leave this up to black + line-too-long # Leave this up to black # Enable the message, report, category or checker with the given id(s). You can # either give multiple identifier separated by comma (,) or put this option