Skip to content

Commit

Permalink
Add 'recursive' option to Pylint invocation since module discovery se…
Browse files Browse the repository at this point in the history
…ems to have changed.
  • Loading branch information
emcd committed Jan 11, 2025
1 parent 83c1c7f commit 25bb13d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,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/emcd_projects''',
]
Expand Down

0 comments on commit 25bb13d

Please sign in to comment.