File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 44
55repos :
66 - repo : https://github.com/astral-sh/ruff-pre-commit
7- rev : v0.7 .2
7+ rev : v0.9 .2
88 hooks :
99 - id : ruff
1010 args : [--fix, --exit-non-zero-on-fix]
1111 - id : ruff-format
1212 - repo : https://github.com/pre-commit/mirrors-mypy
13- rev : v1.13.0
13+ rev : v1.14.1
1414 hooks :
1515 - id : mypy
1616 args : [--no-strict-optional, --ignore-missing-imports]
@@ -44,14 +44,14 @@ repos:
4444 args :
4545 - --allow-missing-credentials
4646 - repo : https://github.com/gitleaks/gitleaks
47- rev : v8.21.2
47+ rev : v8.23.1
4848 hooks :
4949 - id : gitleaks
5050 # The hook runs 'gitleaks protect --staged' which parses output of
5151 # 'git diff --staged', i.e. always passes in pre-push/manual stage.
5252 stages : [pre-commit]
5353 - repo : https://github.com/python-jsonschema/check-jsonschema
54- rev : 0.29.4
54+ rev : 0.31.0
5555 hooks :
5656 - id : check-github-workflows
5757 args : ["--verbose"]
You can’t perform that action at this time.
0 commit comments