Skip to content

Commit a249f04

Browse files
committed
🔥 exclude .venv
1 parent 9e217af commit a249f04

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,setup.py {{flake8_options}} {%block flake8_options%} --builtins=unicode,xrange,long{%endblock%} . {% if not external_module_library %} && python setup.py checkdocs{%endif%}
2+
flake8 --exclude=.venv,.moban.d,docs,setup.py {{flake8_options}} {%block flake8_options%} --builtins=unicode,xrange,long{%endblock%} . {% if not external_module_library %} && python setup.py checkdocs{%endif%}

0 commit comments

Comments
 (0)