Skip to content

Commit

Permalink
ADD: .flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
Masahiro Kasahara committed Dec 28, 2022
1 parent 9d0d282 commit 31a6630
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .flake8
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
[flake8]
ignore =
# Indent
E127, E203, E124, E121, E241, E128, E221,
# Multiple imports
E401,
# Line too long
E501,
# Multiple statements
E701,
# St.
E702,
E126,
# import *
F403,
# Click decorator
F405,
# Unused _ variable
F841,

0 comments on commit 31a6630

Please sign in to comment.