Skip to content

Commit 09aac3e

Browse files
committed
chore: update pre-commit hooks and dependency versions
1 parent c0eab1f commit 09aac3e

File tree

2 files changed

+465
-252
lines changed

2 files changed

+465
-252
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
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-merge-conflict
66
- id: check-yaml
77
- id: check-toml
88
- id: end-of-file-fixer
99
- id: trailing-whitespace
1010
- repo: https://github.com/google/yamlfmt
11-
rev: v0.17.0
11+
rev: v0.17.2
1212
hooks:
1313
- id: yamlfmt
1414
- repo: https://github.com/astral-sh/ruff-pre-commit
15-
rev: v0.11.13
15+
rev: v0.12.8
1616
hooks:
1717
- id: ruff
1818
args: [--fix]
@@ -22,7 +22,7 @@ repos:
2222
hooks:
2323
- id: pyproject-fmt
2424
- repo: https://github.com/pre-commit/mirrors-mypy
25-
rev: v1.16.0
25+
rev: v1.17.1
2626
hooks:
2727
- id: mypy
2828
args: []

0 commit comments

Comments
 (0)