Skip to content

Commit 85fde70

Browse files
khancyrpeterbarker
authored andcommitted
Global: add .flake8
1 parent 6e7e24a commit 85fde70

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.flake8

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[flake8]
2+
ignore =
3+
# H301: one import per line
4+
H301,
5+
# H306: imports not in alphabetical order (time, os)
6+
H306,
7+
# E226: missing whitespace around arithmetic operator
8+
E226,
9+
# E261 at least two spaces before inline comment
10+
E261
11+
12+
max-line-length = 127

0 commit comments

Comments
 (0)