Skip to content

Commit

Permalink
Pin pylint version to 2.x
Browse files Browse the repository at this point in the history
Pin pylint version as 3.0.0 has some bugs.

[ committed by @al-rigazzi ]
[ reviewed by @MattToast ]
  • Loading branch information
al-rigazzi authored Oct 3, 2023
1 parent 7d4cc31 commit 933e7bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ def has_ext_modules(_placeholder):
"dev": [
"black>=20.8b1",
"isort>=5.6.4",
"pylint>=2.10.0",
"pylint>=2.10.0,<3",
"pytest>=6.0.0",
"pytest-cov>=2.10.1",
"click==8.0.2",
Expand Down

0 comments on commit 933e7bd

Please sign in to comment.