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