Skip to content

Commit 0a4b516

Browse files
authored
update pre-commit version
1 parent 59c290b commit 0a4b516

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.4.0 # Use the latest stable version
3+
rev: v6.0.0
44
hooks:
55
- id: trailing-whitespace
66
- id: end-of-file-fixer
@@ -28,7 +28,7 @@ repos:
2828
- id: markdownlint
2929

3030
- repo: https://github.com/PyCQA/bandit
31-
rev: v1.7.5 # Use the latest stable version
31+
rev: 1.7.4 # Use the latest stable version
3232
hooks:
3333
- id: bandit
3434

0 commit comments

Comments
 (0)