Skip to content

Commit

Permalink
Refactor .flake8 to ignore BLK100 error
Browse files Browse the repository at this point in the history
  • Loading branch information
iotran207 committed Sep 29, 2024
1 parent b966046 commit 6a6a93f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import-order-style = pycharm
enable-extensions = G
ignore =
# line break occurred after a binary operator
W504,
W504, BLK100
# allow only generator_stop and annotations future imports
FI10,FI11,FI12,FI13,FI14,FI15,FI16,FI17,FI18,FI55,FI58,
# missing trailing comma in Python 2 only
Expand Down

0 comments on commit 6a6a93f

Please sign in to comment.