File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
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 : v4.5 .0
12+ rev : v5.0 .0
1313 hooks :
1414 - id : trailing-whitespace
1515 exclude_types : [svg]
@@ -40,26 +40,26 @@ repos:
4040
4141 - repo : https://github.com/astral-sh/ruff-pre-commit
4242 # Ruff version.
43- rev : v0.5.7
43+ rev : v0.8.6
4444 hooks :
4545 # Run the linter.
4646 - id : ruff
4747 # Run the formatter.
4848 - id : ruff-format
4949
5050 - repo : https://github.com/abravalheri/validate-pyproject
51- rev : v0.10.1
51+ rev : v0.23
5252 hooks :
5353 - id : validate-pyproject
5454 name : Validate pyproject.toml
5555
5656 - repo : https://github.com/asottile/pyupgrade
57- rev : v3.17.0
57+ rev : v3.19.1
5858 hooks :
5959 - id : pyupgrade
6060
6161 - repo : https://github.com/gitleaks/gitleaks
62- rev : v8.16 .1
62+ rev : v8.22 .1
6363 hooks :
6464 - id : gitleaks
6565
8282 stages : [pre-push]
8383
8484 - repo : https://github.com/rhysd/actionlint
85- rev : v1.7.1
85+ rev : v1.7.6
8686 hooks :
8787 - id : actionlint
8888
@@ -104,7 +104,7 @@ repos:
104104 )
105105
106106 - repo : https://github.com/pre-commit/mirrors-mypy
107- rev : v1.11 .1
107+ rev : v1.14 .1
108108 hooks :
109109 - id : mypy
110110 additional_dependencies :
You can’t perform that action at this time.
0 commit comments