Skip to content

Commit 9d85ce6

Browse files
Bump pre-commit repos (bandit, black and pre-commit-hooks)
1 parent 53980f2 commit 9d85ce6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ exclude: tests/etc/user-*
33

44
repos:
55
- repo: https://github.com/PyCQA/bandit
6-
rev: 1.7.9
6+
rev: 1.7.10
77
hooks:
88
- id: bandit
99
args:
1010
- "-x *test*.py"
1111

1212
- repo: https://github.com/psf/black
13-
rev: 24.8.0
13+
rev: 24.10.0
1414
hooks:
1515
- id: black
1616
language_version: python3.12
@@ -28,7 +28,7 @@ repos:
2828
- id: isort
2929

3030
- repo: https://github.com/pre-commit/pre-commit-hooks
31-
rev: v4.6.0
31+
rev: v5.0.0
3232
hooks:
3333
- id: check-added-large-files
3434
- id: check-docstring-first

0 commit comments

Comments
 (0)