Skip to content

Commit ffb76df

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

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 11 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
@@ -27,16 +27,6 @@ repos:
2727
hooks:
2828
- id: markdownlint
2929

30-
- repo: https://github.com/PyCQA/bandit
31-
rev: v1.7.5 # Use the latest stable version
32-
hooks:
33-
- id: bandit
34-
35-
- repo: https://github.com/bridgecrewio/checkov
36-
rev: 2.4.0 # Use the latest stable version
37-
hooks:
38-
- id: checkov
39-
4030
- repo: https://github.com/zricethezav/gitleaks
4131
rev: v8.17.0 # Use the latest stable version
4232
hooks:

0 commit comments

Comments
 (0)