Update tox.ini

Ignore complexity check
This commit is contained in:
2024-06-10 16:17:20 +02:00
committed by GitHub
parent 87a7abe21e
commit 11d511dd65
+3
View File
@@ -14,6 +14,9 @@ commands=
[pylama:dsmr_parser/clients/__init__.py]
ignore = W0611
[pylama:dsmr_parser/clients/socket_.py]
ignore = C901
[pylama:dsmr_parser/parsers.py]
ignore = W605