Commit a36ed39 1 parent c37b1d4 commit a36ed39 Copy full SHA for a36ed39
File tree 1 file changed +14
-1
lines changed
1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,13 @@ exclude: ^(tests/data)
16
16
default_language_version :
17
17
python : python3.10
18
18
repos :
19
+ # #### Meta #####
20
+ - repo : meta
21
+ hooks :
22
+ - id : check-useless-excludes
23
+ - id : check-hooks-apply
24
+
25
+
19
26
# #### Style / Misc. #####
20
27
- repo : https://github.com/pre-commit/pre-commit-hooks
21
28
rev : v5.0.0
@@ -28,31 +35,37 @@ repos:
28
35
- id : check-toml
29
36
- id : end-of-file-fixer
30
37
- id : trailing-whitespace
38
+
31
39
- repo : https://github.com/crate-ci/typos
32
- rev : v1
40
+ rev : v1.30.2
33
41
hooks :
34
42
- id : typos
35
43
args : [--force-exclude]
44
+
36
45
- repo : https://github.com/asottile/pyupgrade
37
46
rev : v3.19.1
38
47
hooks :
39
48
- id : pyupgrade
49
+
40
50
- repo : https://github.com/astral-sh/ruff-pre-commit
41
51
rev : v0.9.10
42
52
hooks :
43
53
- id : ruff
44
54
args : [--fix]
45
55
- id : ruff-format
46
56
57
+
47
58
# #### Security #####
48
59
- repo : https://github.com/gitleaks/gitleaks
49
60
rev : v8.24.0
50
61
hooks :
51
62
- id : gitleaks
63
+
52
64
- repo : https://github.com/woodruffw/zizmor-pre-commit
53
65
rev : v1.4.1
54
66
hooks :
55
67
- id : zizmor
68
+
56
69
- repo : https://github.com/PyCQA/bandit
57
70
rev : 1.8.3
58
71
hooks :
You can’t perform that action at this time.
0 commit comments