Skip to content

Commit

Permalink
Update .flake8 config
Browse files Browse the repository at this point in the history
  • Loading branch information
jtyliu authored Apr 18, 2023
1 parent 10e5681 commit 4546b9b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,4 @@ application-import-names = dmoj,judge,django_ace
import-order-style = pycharm
enable-extensions = G
exclude = alembic
ignore =
W504, # line break occurred after a binary operator
# allow only generator_stop and annotations future imports
FI10,FI11,FI12,FI13,FI14,FI15,FI16,FI17,FI18,FI55,FI58,
C814, F401, # missing trailing comma in Python 2 only
ignore = W504,FI10,FI11,FI12,FI13,FI14,FI15,FI16,FI17,FI18,FI55,FI58,C814,F401

0 comments on commit 4546b9b

Please sign in to comment.