Skip to content

Commit

Permalink
add E501 to ignore for flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
meltingrabbit committed Jan 21, 2022
1 parent ae105ab commit 1319b8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ max-line-length = 100
ignore =
# black と競合するので
E203,
E501,
W503,
W504,
# https://github.com/ut-issl/c2a-core/issues/195
Expand Down

0 comments on commit 1319b8a

Please sign in to comment.