Skip to content

Commit e67cf8d

Browse files
authored
Merge pull request #1222 from devGregA/master
Fixes flake8 issue
2 parents 7c3116a + 00b6482 commit e67cf8d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.flake8

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ ignore =
2525
E128
2626
# line break after binary operator
2727
W504
28+
# undefined file name excpetion
29+
F821
30+
2831

2932
exclude =
3033
# No need to traverse our git directory

0 commit comments

Comments
 (0)