File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 44# `pre-commit run --all-files` run hooks for all file
55repos :
66 - repo : https://github.com/pre-commit/pre-commit-hooks
7- rev : v5 .0.0
7+ rev : v6 .0.0
88 hooks :
99 - id : check-toml
1010 - id : check-yaml
@@ -27,15 +27,15 @@ repos:
2727 files : \.(py|sh|json|yml|yaml|md)$
2828
2929 - repo : https://github.com/astral-sh/ruff-pre-commit
30- rev : v0.11.8
30+ rev : v0.13.3
3131
3232 hooks :
3333 - id : ruff
3434 args : [--fix]
3535 - id : ruff-format
3636
3737 - repo : https://github.com/hadolint/hadolint
38- rev : v2.13.1-beta
38+ rev : v2.14.0
3939 hooks :
4040 - id : hadolint
4141 name : Lint Dockerfiles
4646
4747 - repo : https://github.com/astral-sh/uv-pre-commit
4848 # uv version.
49- rev : 0.7.2
49+ rev : 0.8.23
5050
5151 hooks :
5252 # Update the uv lockfile
You can’t perform that action at this time.
0 commit comments