Skip to content

Commit 6c3ecf4

Browse files
committed
chore: update pre-commit hook versions to latest releases
Upgraded multiple hooks in `.pre-commit-config.yaml`, including `yamlfmt`, `ruff-pre-commit`, `pyproject-fmt`, and `mypy`. This ensures compatibility with newer features, fixes, and improvements provided by their respective maintainers.
1 parent 8febdb1 commit 6c3ecf4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,21 @@ repos:
88
- id: end-of-file-fixer
99
- id: trailing-whitespace
1010
- repo: https://github.com/google/yamlfmt
11-
rev: v0.16.0
11+
rev: v0.17.0
1212
hooks:
1313
- id: yamlfmt
1414
- repo: https://github.com/astral-sh/ruff-pre-commit
15-
rev: v0.11.10
15+
rev: v0.11.13
1616
hooks:
1717
- id: ruff
1818
args: [--fix]
1919
- id: ruff-format
2020
- repo: https://github.com/tox-dev/pyproject-fmt
21-
rev: v2.5.1
21+
rev: v2.6.0
2222
hooks:
2323
- id: pyproject-fmt
2424
- repo: https://github.com/pre-commit/mirrors-mypy
25-
rev: v1.15.0
25+
rev: v1.16.0
2626
hooks:
2727
- id: mypy
2828
args: []

0 commit comments

Comments
 (0)