diff --git a/pycodestyle/.config/pycodestyle b/pycodestyle/.config/pycodestyle index 36021fe..f9416d6 100644 --- a/pycodestyle/.config/pycodestyle +++ b/pycodestyle/.config/pycodestyle @@ -1,4 +1,4 @@ [pycodestyle] count = False -ignore = E501 +ignore = E501,W503 statistics = True