We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ba7f10 commit a37b1fdCopy full SHA for a37b1fd
1 file changed
{{ cookiecutter.pypi_package_name }}/pyproject.toml
@@ -108,7 +108,7 @@ hello.help = "Run hello"
108
{% endif -%}
109
html.script = "webbrowser:open('build/html/index.html')"
110
html.help = "Browse HTML documentation"
111
-linter.cmd = "pylint --enable-all-extensions {{ cookiecutter.python_package_name }}"
+linter.cmd = "pylint --enable-all-extensions {{ cookiecutter.python_package_name }} tests"
112
linter.help = "Check for style violations"
113
man.cmd = "man build/man/
114
{%- if cookiecutter.include_executable == "y" -%}
0 commit comments