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 0be75a6 commit df77c0e
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,E306,E305,E701,E731
ignore = E128,E301,E306,E305,E701,E731,C901

[pylama:pep8]
max_line_length = 120
Expand Down

0 comments on commit df77c0e

Please sign in to comment.