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

This commit is contained in:
Frédéric Péters 2023-10-03 06:18:53 +02:00
parent 47cf813c0c
commit aa50d4e71b
1 changed files with 2 additions and 1 deletions

View File

@ -117,7 +117,8 @@ setenv =
DB_ENGINE=django.db.backends.postgresql_psycopg2
NUMPROCESSES={env:NUMPROCESSES:1}
deps =
pylint
pylint<3
astroid<3
pylint-django
django>=3.2,<3.3
pyquery