diff --git a/setup.cfg b/setup.cfg index 369788b28..9bbbd03f6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -7,4 +7,4 @@ show_source = True exclude = .git, __pycache__, build, dist, docs, tools, venv ignore = # required for pretty matrix formatting: multiple spaces after `,` and `[` - E201, E241 + E201, E241, W504