File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22# https://pre-commit.com/
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-toml
88 - id : check-yaml
1111 args : [--markdown-linebreak-ext=md]
1212
1313 - repo : https://github.com/adrienverge/yamllint.git
14- rev : v1.35.1
14+ rev : v1.38.0
1515 hooks :
1616 - id : yamllint
1717 args : [-c=.yamllint.yaml]
2222 - id : codespell
2323
2424 - repo : https://github.com/crate-ci/typos
25- rev : v1.29.7
25+ rev : v1.42.3
2626 hooks :
2727 - id : typos
Original file line number Diff line number Diff line change 22# https://pre-commit.com/
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-toml
88 - id : check-yaml
1111 args : [--markdown-linebreak-ext=md]
1212
1313 - repo : https://github.com/adrienverge/yamllint.git
14- rev : v1.37 .0
14+ rev : v1.38 .0
1515 hooks :
1616 - id : yamllint
1717 args : [-c=.yamllint.yaml]
@@ -24,13 +24,13 @@ repos:
2424 - tomli
2525
2626 - repo : https://github.com/crate-ci/typos
27- rev : v1.31.1
27+ rev : v1.42.3
2828 hooks :
2929 - id : typos
3030
3131 - repo : https://github.com/astral-sh/ruff-pre-commit
3232 # Ruff version.
33- rev : v0.11.3
33+ rev : v0.14.14
3434 hooks :
3535 # Run the linter.
3636 - id : ruff
4040
4141 - repo : https://github.com/astral-sh/uv-pre-commit
4242 # uv version.
43- rev : 0.6.12
43+ rev : 0.9.28
4444 hooks :
4545 - id : uv-lock
You can’t perform that action at this time.
0 commit comments