Commit 0e3bd35 1 parent 1196ff1 commit 0e3bd35 Copy full SHA for 0e3bd35
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 4
4
5
5
repos :
6
6
- repo : https://github.com/astral-sh/ruff-pre-commit
7
- rev : v0.7.2
7
+ rev : v0.9.1
8
8
hooks :
9
9
- id : ruff
10
10
args : [--fix, --exit-non-zero-on-fix]
11
11
- id : ruff-format
12
12
- repo : https://github.com/pre-commit/mirrors-mypy
13
- rev : v1.13.0
13
+ rev : v1.14.1
14
14
hooks :
15
15
- id : mypy
16
16
args : [--no-strict-optional, --ignore-missing-imports]
@@ -44,14 +44,14 @@ repos:
44
44
args :
45
45
- --allow-missing-credentials
46
46
- repo : https://github.com/gitleaks/gitleaks
47
- rev : v8.21.2
47
+ rev : v8.23.0
48
48
hooks :
49
49
- id : gitleaks
50
50
# The hook runs 'gitleaks protect --staged' which parses output of
51
51
# 'git diff --staged', i.e. always passes in pre-push/manual stage.
52
52
stages : [pre-commit]
53
53
- repo : https://github.com/python-jsonschema/check-jsonschema
54
- rev : 0.29.4
54
+ rev : 0.31.0
55
55
hooks :
56
56
- id : check-github-workflows
57
57
args : ["--verbose"]
You can’t perform that action at this time.
0 commit comments