Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
akariv committed Mar 12, 2024
1 parent 1638ee0 commit c1fa45d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pylama.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[pylama]
linters = pyflakes,mccabe,pep8
ignore = E128,E301,E305,E731
ignore = E128,E301,E305,E731,C901

[pylama:pep8]
max_line_length = 120
Expand Down

0 comments on commit c1fa45d

Please sign in to comment.