Commit 3578ca3 1 parent 62f28f0 commit 3578ca3 Copy full SHA for 3578ca3
File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 8
8
hooks :
9
9
- id : prettier
10
10
- repo : https://github.com/pre-commit/pre-commit-hooks
11
- rev : v4.6 .0
11
+ rev : v5.0 .0
12
12
hooks :
13
13
- id : check-added-large-files
14
14
- id : check-merge-conflict
@@ -20,16 +20,16 @@ repos:
20
20
args :
21
21
- --allow-missing-credentials
22
22
- repo : https://github.com/psf/black
23
- rev : 24.4.2
23
+ rev : 24.10.0
24
24
hooks :
25
25
- id : black
26
26
- repo : https://github.com/astral-sh/ruff-pre-commit
27
- rev : v0.5.0
27
+ rev : v0.7.1
28
28
hooks :
29
29
- id : ruff
30
30
args : [--fix, --exit-non-zero-on-fix]
31
31
- repo : https://github.com/pre-commit/mirrors-mypy
32
- rev : v1.10.1
32
+ rev : v1.13.0
33
33
hooks :
34
34
- id : mypy
35
35
args : [--no-strict-optional, --ignore-missing-imports]
@@ -47,14 +47,14 @@ repos:
47
47
hooks :
48
48
- id : shellcheck
49
49
- repo : https://github.com/gitleaks/gitleaks
50
- rev : v8.18.4
50
+ rev : v8.21.2
51
51
hooks :
52
52
- id : gitleaks
53
53
# The hook runs 'gitleaks protect --staged' which parses output of
54
54
# 'git diff --staged', i.e. always passes in pre-push/manual stage.
55
- stages : [commit]
55
+ stages : [pre- commit]
56
56
- repo : https://github.com/python-jsonschema/check-jsonschema
57
- rev : 0.28.6
57
+ rev : 0.29.4
58
58
hooks :
59
59
- id : check-github-workflows
60
60
args : ["--verbose"]
You can’t perform that action at this time.
0 commit comments