ci: keep on using pylint 2 while pylint-django is not ready (#81905)
gitea/scrutiny/pipeline/head This commit looks good Details

This commit is contained in:
Frédéric Péters 2023-10-03 06:17:26 +02:00
parent 5226f2374a
commit c6956baaca
1 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,8 @@ toxworkdir = {env:TMPDIR:/tmp}/tox-{env:USER}/scrutiny/{env:BRANCH_NAME:}
[testenv]
deps =
codestyle: pre-commit
pylint: pylint
pylint: pylint<3
pylint: astroid<3
pylint: pylint-django
commands =
codestyle: pre-commit run --all-files --show-diff-on-failure