File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ default_language_version:
22 python : python3.13
33repos :
44 - repo : https://github.com/pre-commit/pre-commit-hooks
5- rev : v5 .0.0
5+ rev : v6 .0.0
66 hooks :
77 - id : check-yaml
88 - id : check-json
1717 additional_dependencies :
1818 - validate-pyproject-schema-store[all]
1919 - repo : https://github.com/lyz-code/yamlfix
20- rev : 1.17 .0
20+ rev : 1.18 .0
2121 hooks :
2222 - id : yamlfix
2323 exclude : \.(commitlintrc|pre-commit-hooks)\.yaml$
@@ -46,21 +46,21 @@ repos:
4646 hooks :
4747 - id : add-trailing-comma
4848 - repo : https://github.com/astral-sh/ruff-pre-commit
49- rev : v0.12.7
49+ rev : v0.13.3
5050 hooks :
5151 - id : ruff-check
5252 args :
5353 - --fix
5454 - repo : https://github.com/astral-sh/ruff-pre-commit
55- rev : v0.12.7
55+ rev : v0.13.3
5656 hooks :
5757 - id : ruff-format
5858 - repo : https://github.com/gitleaks/gitleaks
5959 rev : v8.28.0
6060 hooks :
6161 - id : gitleaks
6262 - repo : https://github.com/alessandrojcm/commitlint-pre-commit-hook
63- rev : v9.22 .0
63+ rev : v9.23 .0
6464 hooks :
6565 - id : commitlint
6666 stages :
You can’t perform that action at this time.
0 commit comments