We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c51bc5 commit 74e6efcCopy full SHA for 74e6efc
requirements_test_pre_commit.txt
@@ -1,10 +1,10 @@
1
-# Everything in this file should reflect the pre-commit configuration
2
-# in .pre-commit-config.yaml
3
-pre-commit~=3.1;python_version>='3.8'
4
-bandit==1.7.4
5
-black==23.1.0
6
-flake8==6.0.0;python_version>='3.8'
7
-ruff==0.0.254
8
-flake8-typing-imports==1.14.0;python_version>='3.8'
9
-isort==5.12.0;python_version>='3.8'
10
-mypy==1.0.1
+# This file is accurate as long as the version in pre-commit configuration
+# is the latest. We don't want to pin and have to upgrade all the time.
+pre-commit
+bandit
+black
+flake8
+ruff
+flake8-typing-imports
+isort
+mypy
0 commit comments