Skip to content

Commit af8922d

Browse files
committed
add flake8 config
1 parent e9ca1dc commit af8922d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.flake8

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[flake8]
2+
per-file-ignores =
3+
# undefined names for StringReader, VimLParser, Compiler
4+
py/vimlfunc.py:F821
5+
py/vimlparser.py:E501

0 commit comments

Comments
 (0)