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

This commit is contained in:
Frédéric Péters 2023-10-03 06:23:46 +02:00
parent c98d4629ec
commit bddd120f17
1 changed files with 2 additions and 1 deletions

View File

@ -40,7 +40,8 @@ commands =
[testenv:pylint]
basepython = python3
deps =
pylint
pylint<3
astroid<3
pylint-django
psycopg2<2.9
commands =