Skip to content

Commit

Permalink
chore: add pylint constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
magajh committed Oct 3, 2024
1 parent 2492d02 commit 28eae48
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,7 @@ backports.zoneinfo; python_version<'3.9'
# Adding pin to avoid any major upgrade.
# 3.15.1 is the latest version that works with Django 3.2
djangorestframework<3.15.2

# Versions >= 3.3.0 drop support for Python 3.8
# Ensures a consistent pylint version across all Python environments to avoid triggering varying warnings
pylint<3.3.0

0 comments on commit 28eae48

Please sign in to comment.