File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55
66repos :
77 - repo : https://github.com/pre-commit/pre-commit-hooks
8- rev : " v5 .0.0"
8+ rev : " v6 .0.0"
99 hooks :
1010 - id : check-added-large-files
1111 - id : check-case-conflict
1818 - id : trailing-whitespace
1919
2020 - repo : https://github.com/astral-sh/ruff-pre-commit
21- rev : " v0.12.2 "
21+ rev : " v0.14.10 "
2222 hooks :
2323 - id : ruff
2424 args : ["--fix", "--show-fixes"]
2727 types_or : [python, pyi]
2828
2929 - repo : https://github.com/asottile/pyupgrade
30- rev : " v3.20.0 "
30+ rev : " v3.21.2 "
3131 hooks :
3232 - id : pyupgrade
3333
@@ -38,14 +38,14 @@ repos:
3838 args : ["--skip=CODE_OF_CONDUCT.md"]
3939
4040 - repo : https://github.com/rbubley/mirrors-prettier
41- rev : " v3.6.2 "
41+ rev : " v3.7.4 "
4242 hooks :
4343 - id : prettier
4444 files : \.(html|md|toml|yml|yaml)
4545 args : [--prose-wrap=preserve]
4646
4747 - repo : https://github.com/woodruffw/zizmor-pre-commit
48- rev : " v1.18 .0"
48+ rev : " v1.19 .0"
4949 hooks :
5050 - id : zizmor
5151 args : ["--pedantic"]
You can’t perform that action at this time.
0 commit comments