diff --git a/setup.cfg b/setup.cfg index cf654a6b..a2175f03 100644 --- a/setup.cfg +++ b/setup.cfg @@ -13,7 +13,7 @@ addopts = --tb=native --doctest-modules exclude = .git,.idea,__pycache__,build,dist,.pytest_cache,*.egg-info # -# E241 - multiple spaces after ‘,’ +# E241 - multiple spaces after ',' # E501 - line too long # W503 - line break before binary operator ignore = E241,E501,W503