Skip to content

Commit db4c4fc

Browse files
committed
update pre-commit hooks to latest versions
1 parent 7719417 commit db4c4fc

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
@@ -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
# File format checks
66
- id: check-yaml
@@ -13,11 +13,11 @@ repos:
1313
- id: trailing-whitespace
1414
- id: end-of-file-fixer
1515
- repo: https://github.com/psf/black
16-
rev: 25.1.0
16+
rev: 25.9.0
1717
hooks:
1818
- id: black
1919
- repo: https://github.com/astral-sh/ruff-pre-commit
20-
rev: v0.12.3
20+
rev: v0.14.4
2121
hooks:
22-
- id: ruff
22+
- id: ruff-check
2323
args: ["--fix", "--output-format=full"]

0 commit comments

Comments
 (0)