Skip to content

Commit

Permalink
pylint dep fixated for python3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
francescalb committed Oct 25, 2024
1 parent 8806fb7 commit fdbad0c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
pre-commit>=2.21.0,<3; python_version<"3.9"
pre-commit~=4.0; python_version>="3.9"
pylint~=2.17; python_version<"3.8"
pylint~=3.3; python_version>="3.8"
pylint==3.2; python_version=="3.8"
pylint~=3.3; python_version>="3.9"
pytest~=7.4; python_version<"3.8"
pytest~=8.3; python_version>="3.8"
pytest-cov~=4.1; python_version<"3.8"
Expand Down

0 comments on commit fdbad0c

Please sign in to comment.