diff --git a/setup.cfg b/setup.cfg index 3ccf96b..0bd2f8f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -14,4 +14,4 @@ universal = 1 max-line-length = 120 per-file-ignores = d8s_csv/__init__.py:F403,F401 - tests/*:E501 + tests/*:E501,CCR001