We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
pre-commit
1 parent c568caf commit f866628Copy full SHA for f866628
requirements.txt
@@ -1,5 +1,6 @@
1
wheel
2
-pre-commit==3.5.0
+pre-commit==3.5.0; python_version < '3.9'
3
+pre-commit==3.6.2; python_version >= '3.9'
4
pytest==8.1.0
5
pytest-mypy-plugins==3.0.0
6
djangorestframework==3.14.0
0 commit comments