File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 99 submodules : true
1010repos :
1111 - repo : https://github.com/pre-commit/pre-commit-hooks
12- rev : v5 .0.0
12+ rev : v6 .0.0
1313 hooks :
1414 - id : trailing-whitespace
1515 exclude_types : [svg]
4040
4141 - repo : https://github.com/astral-sh/ruff-pre-commit
4242 # Ruff version.
43- rev : v0.12.2
43+ rev : v0.14.10
4444 hooks :
4545 # Run the linter.
4646 - id : ruff
@@ -56,12 +56,12 @@ repos:
5656 name : Validate pyproject.toml
5757
5858 - repo : https://github.com/asottile/pyupgrade
59- rev : v3.20.0
59+ rev : v3.21.2
6060 hooks :
6161 - id : pyupgrade
6262
6363 - repo : https://github.com/gitleaks/gitleaks
64- rev : v8.27.2
64+ rev : v8.30.0
6565 hooks :
6666 - id : gitleaks
6767
8484 stages : [pre-push]
8585
8686 - repo : https://github.com/rhysd/actionlint
87- rev : v1.7.7
87+ rev : v1.7.10
8888 hooks :
8989 - id : actionlint
9090
@@ -106,7 +106,7 @@ repos:
106106 )
107107
108108 - repo : https://github.com/pre-commit/mirrors-mypy
109- rev : v1.16 .1
109+ rev : v1.19 .1
110110 hooks :
111111 - id : mypy
112112 additional_dependencies :
You can’t perform that action at this time.
0 commit comments