File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
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$
@@ -28,39 +28,39 @@ repos:
2828 args :
2929 - -c=.yamllint.yml
3030 - repo : https://github.com/rhysd/actionlint
31- rev : v1.7.7
31+ rev : v1.7.8
3232 hooks :
3333 - id : actionlint
3434 - repo : https://github.com/igorshubovych/markdownlint-cli
3535 rev : v0.45.0
3636 hooks :
3737 - id : markdownlint
3838 - repo : https://github.com/asottile/pyupgrade
39- rev : v3.20 .0
39+ rev : v3.21 .0
4040 hooks :
4141 - id : pyupgrade
4242 args :
4343 - --py313-plus
4444 - repo : https://github.com/asottile/add-trailing-comma
45- rev : v3.2 .0
45+ rev : v4.0 .0
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.14.0
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.14.0
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