diff --git a/setup.cfg b/setup.cfg index 5b9b81e..bcbe73a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -14,4 +14,4 @@ universal = 1 max-line-length = 120 per-file-ignores = d8s_hashes/__init__.py:F403,F401 - tests/*:E501 + tests/*:E501,CCR001