Skip to content

Commit a37b1fd

Browse files
committed
Include tests in linter scope
1 parent 4ba7f10 commit a37b1fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

{{ cookiecutter.pypi_package_name }}/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ hello.help = "Run hello"
108108
{% endif -%}
109109
html.script = "webbrowser:open('build/html/index.html')"
110110
html.help = "Browse HTML documentation"
111-
linter.cmd = "pylint --enable-all-extensions {{ cookiecutter.python_package_name }}"
111+
linter.cmd = "pylint --enable-all-extensions {{ cookiecutter.python_package_name }} tests"
112112
linter.help = "Check for style violations"
113113
man.cmd = "man build/man/
114114
{%- if cookiecutter.include_executable == "y" -%}

0 commit comments

Comments
 (0)