We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e217af commit a249f04Copy full SHA for a249f04
templates/lint.script.jj2
@@ -1,2 +1,2 @@
1
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%}
+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