We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59c290b commit ffb76dfCopy full SHA for ffb76df
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v4.4.0 # Use the latest stable version
+ rev: v6.0.0
4
hooks:
5
- id: trailing-whitespace
6
- id: end-of-file-fixer
@@ -27,16 +27,6 @@ repos:
27
28
- id: markdownlint
29
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
38
- - id: checkov
39
40
- repo: https://github.com/zricethezav/gitleaks
41
rev: v8.17.0 # Use the latest stable version
42
0 commit comments