Skip to content

Commit

Permalink
Copier Template: Add 'recursive' option to Pylint invocation since mo…
Browse files Browse the repository at this point in the history
…dule discovery seems to have changed.
  • Loading branch information
emcd committed Jan 11, 2025
1 parent 8a94e47 commit 83c1c7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/pyproject.toml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ linters = [
'''bandit --configfile pyproject.toml --quiet --recursive sources''',
'''tryceratops sources''',
'''pyright sources''',
'''pylint sources documentation tests''',
'''pylint --recursive yes sources documentation tests''',
'''semgrep --config p/python --error --quiet --skip-unknown-extensions \
sources/{{ package_name }}''',
{%- if enable_rust_extension %}
Expand Down

0 comments on commit 83c1c7f

Please sign in to comment.