Skip to content

Commit 9e39c0c

Browse files
expobraingithub-actions[bot]
authored andcommitted
chore: update pre-commit hooks
1 parent f4c8306 commit 9e39c0c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Diff for: .pre-commit-config.yaml

+7-7
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ default_language_version:
22
python: python3.11
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.6.0
5+
rev: v5.0.0
66
hooks:
77
- id: check-case-conflict
88
- id: check-docstring-first
@@ -37,14 +37,14 @@ repos:
3737
"--remove-duplicate-keys",
3838
]
3939
- repo: https://github.com/pycqa/flake8
40-
rev: 7.1.0
40+
rev: 7.1.1
4141
hooks:
4242
- id: flake8
4343
additional_dependencies:
4444
- flake8-bugbear
4545
- flake8-datetime-utcnow-plugin
4646
- repo: https://github.com/asottile/pyupgrade
47-
rev: v3.16.0
47+
rev: v3.19.1
4848
hooks:
4949
- id: pyupgrade
5050
args:
@@ -54,11 +54,11 @@ repos:
5454
hooks:
5555
- id: check-hooks-apply
5656
- repo: https://github.com/pycqa/isort
57-
rev: 5.13.2
57+
rev: 6.0.0
5858
hooks:
5959
- id: isort
6060
- repo: https://github.com/pycqa/bandit
61-
rev: 1.7.9
61+
rev: 1.8.2
6262
hooks:
6363
- id: bandit
6464
args:
@@ -67,7 +67,7 @@ repos:
6767
- "--exclude"
6868
- "tests"
6969
- repo: https://github.com/pycqa/bandit
70-
rev: 1.7.9
70+
rev: 1.8.2
7171
hooks:
7272
- id: bandit
7373
args:
@@ -76,7 +76,7 @@ repos:
7676
- "-lll"
7777
- "tests"
7878
- repo: https://github.com/psf/black
79-
rev: 24.4.2
79+
rev: 25.1.0
8080
hooks:
8181
- id: black
8282
- repo: https://github.com/pre-commit/pygrep-hooks

0 commit comments

Comments
 (0)