Skip to content

Commit 07c5763

Browse files
authored
chore: update pre-commit hooks (#9784)
1 parent 7443efe commit 07c5763

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ fail_fast: true
22

33
repos:
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"
@@ -33,7 +33,7 @@ repos:
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"]

0 commit comments

Comments
 (0)