Skip to content

Commit 0e7451e

Browse files
authored
Merge pull request #118 from moremoban/ignore-setup-py
👕 ignore setup.py in flake8 test
2 parents 442ac0d + e65eb78 commit 0e7451e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/lint.script.jj2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
pip install flake8
2-
flake8 . --exclude=.moban.d,docs {%block flake8_options%}--builtins=unicode,xrange,long{%endblock%}
2+
flake8 . --exclude=.moban.d,docs,setup.py {%block flake8_options%}--builtins=unicode,xrange,long{%endblock%}

0 commit comments

Comments
 (0)