File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ fail_fast: true
22
33repos :
44 - repo : https://github.com/pre-commit/pre-commit-hooks
5- rev : v4.6 .0
5+ rev : v6.0 .0
66 hooks :
77 - id : check-ast # checks Python syntax
88 - id : check-json # checks JSON syntax
@@ -17,14 +17,14 @@ repos:
1717 args : [--markdown-linebreak-ext=md]
1818
1919 - repo : https://github.com/astral-sh/ruff-pre-commit
20- rev : v0.12 .0
20+ rev : v0.13 .0
2121 hooks :
2222 - id : ruff-check
2323 args : [ --fix ]
2424 - id : ruff-format
2525
2626 - repo : https://github.com/codespell-project/codespell
27- rev : v2.3.0
27+ rev : v2.4.1
2828 hooks :
2929 - id : codespell
3030 exclude : " haystack/data/abbreviations"
3333 - tomli
3434
3535 - repo : https://github.com/rhysd/actionlint
36- rev : v1.7.1
36+ rev : v1.7.7
3737 hooks :
3838 - id : actionlint-docker
3939 args : ["-ignore", "SC2102"]
You can’t perform that action at this time.
0 commit comments