Skip to content

Commit f9182d2

Browse files
committed
test: pylint everything in src
Some projects have multiple modules or top-level file modules or standalone scripts in src. Lint 'em all. Signed-off-by: Kevin Locke <kevin@kevinlocke.name>
1 parent b6ea099 commit f9182d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ commands =
4343
# Could use https://github.com/MasterOdin/pylint_runner once pyproject.toml
4444
# is supported: https://github.com/MasterOdin/pylint_runner/pull/14
4545
# List files and top-level packages/directories explicitly for now.
46-
pylint docs src/packagename tests
46+
pylint docs src tests
4747
isort --check --diff .
4848
bandit -c pyproject.toml -f txt -r .
4949
pyroma --min 10 .

0 commit comments

Comments
 (0)