Update tox.ini

Ignore complexity check
This commit is contained in:
Nigel Dokter 2024-06-10 16:17:20 +02:00 committed by GitHub
parent 87a7abe21e
commit 11d511dd65
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,6 +14,9 @@ commands=
[pylama:dsmr_parser/clients/__init__.py] [pylama:dsmr_parser/clients/__init__.py]
ignore = W0611 ignore = W0611
[pylama:dsmr_parser/clients/socket_.py]
ignore = C901
[pylama:dsmr_parser/parsers.py] [pylama:dsmr_parser/parsers.py]
ignore = W605 ignore = W605
@ -24,4 +27,4 @@ ignore = E501
max_line_length = 120 max_line_length = 120
[pylama:pycodestyle] [pylama:pycodestyle]
max_line_length = 120 max_line_length = 120