diff --git a/setup.cfg b/setup.cfg index 933ff6a4..b606d41a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -2,6 +2,6 @@ # Copyright 2021- Python Language Server Contributors. [pycodestyle] -ignore = E226, E722, W504 +ignore = E203, E226, E722, W503, W504 max-line-length = 120 exclude = test/plugins/.ropeproject,test/.ropeproject