We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23e209b commit 80fcc4bCopy full SHA for 80fcc4b
requirements.txt
@@ -1,6 +1,7 @@
1
# Dev tools:
2
black==24.2.0
3
-pre-commit==3.5.0
+pre-commit==3.5.0; python_version < '3.9'
4
+pre-commit==3.6.2; python_version >= '3.9'
5
pytest==8.0.1
6
pytest-mypy-plugins==3.0.0
7
pytest-shard==0.1.2
0 commit comments