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 4040
4141 - repo : https://github.com/astral-sh/ruff-pre-commit
4242 # Ruff version.
43- rev : v0.11.0
43+ rev : v0.11.4
4444 hooks :
4545 # Run the linter.
4646 - id : ruff
5050 args : [--config=pyproject.toml]
5151
5252 - repo : https://github.com/abravalheri/validate-pyproject
53- rev : v0.23
53+ rev : v0.24.1
5454 hooks :
5555 - id : validate-pyproject
5656 name : Validate pyproject.toml
6161 - id : pyupgrade
6262
6363 - repo : https://github.com/gitleaks/gitleaks
64- rev : v8.22.1
64+ rev : v8.24.2
6565 hooks :
6666 - id : gitleaks
6767
@@ -84,18 +84,18 @@ repos:
8484 stages : [pre-push]
8585
8686 - repo : https://github.com/rhysd/actionlint
87- rev : v1.7.6
87+ rev : v1.7.7
8888 hooks :
8989 - id : actionlint
9090
9191 - repo : https://github.com/adrienverge/yamllint
92- rev : v1.35.1
92+ rev : v1.37.0
9393 hooks :
9494 - id : yamllint
9595 args : ["--strict", "--config-file=.yamllint.yaml"]
9696
9797 - repo : https://github.com/codespell-project/codespell
98- rev : v2.3.0
98+ rev : v2.4.1
9999 hooks :
100100 - id : codespell
101101 files : ^.*\.(py|c|cpp|h|m|md|rst|yml|yaml)$
@@ -106,7 +106,7 @@ repos:
106106 )
107107
108108 - repo : https://github.com/pre-commit/mirrors-mypy
109- rev : v1.14.1
109+ rev : v1.15.0
110110 hooks :
111111 - id : mypy
112112 additional_dependencies :
You can’t perform that action at this time.
0 commit comments