Skip to content

Commit

Permalink
Fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
thombashi committed Feb 11, 2024
1 parent 15338ae commit fcddc97
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pylama.ini
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ ignore = W0611
# W0611: imported but unused [pyflakes]
ignore = W0611

[pylama:pytablewriter/style/_theme.py]
; https://black.readthedocs.io/en/stable/guides/using_black_with_other_tools.html#flake8
ignore = E704

[pylama:test/*.py]
# E241 multiple spaces after ',' [pycodestyle]
# E501 line too long [pycodestyle]
Expand Down

0 comments on commit fcddc97

Please sign in to comment.