Skip to content

Commit 5a846ce

Browse files
authored
Add gitleaks to pre-commit and update all hooks (#875)
* Add gitleaks * pre-commit autoupdate
1 parent 3bdec40 commit 5a846ce

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.pre-commit-config.yaml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
repos:
33
- repo: https://github.com/adrienverge/yamllint.git
4-
rev: v1.37.0
4+
rev: v1.37.1
55
hooks:
66
- id: yamllint
77
- repo: https://github.com/psf/black
@@ -11,12 +11,12 @@ repos:
1111
files: ^Support/
1212
language_version: python3
1313
- repo: https://github.com/pycqa/flake8
14-
rev: 7.2.0
14+
rev: 7.3.0
1515
hooks:
1616
- id: flake8
1717
files: ^Support/
1818
- repo: https://github.com/PyCQA/pylint.git
19-
rev: v3.3.6
19+
rev: v3.3.7
2020
hooks:
2121
- id: pylint
2222
name: pylint
@@ -28,7 +28,7 @@ repos:
2828
- --load-plugins=pylint.extensions.redefined_variable_type,pylint.extensions.bad_builtin
2929
- --disable=import-error
3030
- repo: https://github.com/google/yamlfmt
31-
rev: v0.16.0
31+
rev: v0.17.2
3232
hooks:
3333
- id: yamlfmt
3434
args:
@@ -46,3 +46,7 @@ repos:
4646
args:
4747
- --folder
4848
- --include
49+
- repo: https://github.com/gitleaks/gitleaks
50+
rev: v8.27.2
51+
hooks:
52+
- id: gitleaks

0 commit comments

Comments
 (0)