diff --git a/setup.cfg b/setup.cfg index 6669d4e..0368ee2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -14,4 +14,4 @@ universal = 1 max-line-length = 120 per-file-ignores = d8s_stats/__init__.py:F403,F401 - tests/*:E501 + tests/*:E501,CCR001