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