Skip to content

Commit

Permalink
📌(backend) pin pylint to version less than 3
Browse files Browse the repository at this point in the history
Pylint 3 has been released but django-pylint is not yet compatible. A PR
is open on the django-pylint repo. It will be compatible once merged and
a new release made.

pylint-dev/pylint-django#407
  • Loading branch information
jbpenrath committed Oct 10, 2023
1 parent 1432244 commit 524f7b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"matchPackageNames": [
"Django",
"elasticsearch",
"pylint"
]
}
]
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ dev =
lxml==4.9.3
msgpack==1.0.7
mysqlclient==2.2.0
pylint==3.0.1
pylint<3
pylint-django==2.5.3
pytest==7.4.2
pytest-cov==4.1.0
Expand Down

0 comments on commit 524f7b4

Please sign in to comment.