diff --git a/lib/pytest-lsp/setup.cfg b/lib/pytest-lsp/setup.cfg index 6fd2a01..4974a56 100644 --- a/lib/pytest-lsp/setup.cfg +++ b/lib/pytest-lsp/setup.cfg @@ -1,3 +1,3 @@ [flake8] max-line-length = 88 -ignore = E501 +ignore = E203,E501