Skip to content

Commit 74e6efc

Browse files
[pre-commit requirements] Unpin dependencies to avoid having to maintain them
1 parent 5c51bc5 commit 74e6efc

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

requirements_test_pre_commit.txt

+10-10
Original file line numberDiff line numberDiff line change
@@ -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
1+
# This file is accurate as long as the version in pre-commit configuration
2+
# is the latest. We don't want to pin and have to upgrade all the time.
3+
pre-commit
4+
bandit
5+
black
6+
flake8
7+
ruff
8+
flake8-typing-imports
9+
isort
10+
mypy

0 commit comments

Comments
 (0)