Skip to content

Commit c4d0e29

Browse files
committed
Update pre-commit hooks
1 parent 20b18e6 commit c4d0e29

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
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v5.0.0
3+
rev: v6.0.0
44
hooks:
55
- id: check-case-conflict
66
- id: check-merge-conflict
@@ -14,20 +14,20 @@ repos:
1414
- id: detect-private-key
1515

1616
- repo: https://github.com/codespell-project/codespell
17-
rev: v2.3.0
17+
rev: v2.4.1
1818
hooks:
1919
- id: codespell
2020
exclude: uv.lock
2121
args: [-w]
2222

2323
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
24-
rev: v2.14.0
24+
rev: v2.16.0
2525
hooks:
2626
- id: pretty-format-yaml
2727
args: [--autofix, --indent, '2', --preserve-quotes, --offset, '2']
2828

2929
- repo: https://github.com/pre-commit/mirrors-mypy
30-
rev: v1.14.1
30+
rev: v1.19.1
3131
hooks:
3232
- id: mypy
3333
additional_dependencies: [types-toml]

0 commit comments

Comments
 (0)