Skip to content

Commit

Permalink
Update tox.ini
Browse files Browse the repository at this point in the history
Ignore complexity check
  • Loading branch information
ndokter authored Jun 10, 2024
1 parent 87a7abe commit 11d511d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -24,4 +27,4 @@ ignore = E501
max_line_length = 120

[pylama:pycodestyle]
max_line_length = 120
max_line_length = 120

0 comments on commit 11d511d

Please sign in to comment.