Skip to content

Commit 416e9d1

Browse files
committed
chore: update pre-commit hooks to latest versions
1 parent 2e1bfd4 commit 416e9d1

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,15 +1,15 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.5.0
3+
rev: v6.0.0
44
hooks:
55
- id: check-yaml
66
- id: end-of-file-fixer
77
- id: trailing-whitespace
88
- repo: https://github.com/astral-sh/ruff-pre-commit
9-
rev: v0.1.0
9+
rev: v0.14.11
1010
hooks:
11-
- id: ruff
11+
- id: ruff-check
1212
- repo: https://github.com/psf/black
13-
rev: 23.9.1
13+
rev: 25.12.0
1414
hooks:
1515
- id: black

0 commit comments

Comments
 (0)