diff --git a/setup.cfg b/setup.cfg index 47535f96..b94ce3bb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -7,7 +7,9 @@ allow_dirty = True # https://pycodestyle.readthedocs.io/en/latest/intro.html#configuration [pycodestyle] # https://pycodestyle.readthedocs.io/en/latest/intro.html#error-codes -ignore = +# E203: Temporary ignore while we wait for +# https://github.com/PyCQA/pycodestyle/pull/914 to be merged. +ignore = E203 show-source = True statistics = True # Aligns to black's config.