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

This commit is contained in:
Frédéric Péters 2023-10-03 06:19:16 +02:00
parent f6dfb7a3f8
commit 7434a25b76
1 changed files with 2 additions and 1 deletions

View File

@ -19,7 +19,8 @@ deps =
pyquery
codestyle: pre-commit
coverage: pytest-cov
pylint: pylint
pylint: pylint<3
pylint: astroid<3
pylint: pylint-django
pylint: django>=3.2,<3.3
commands =