Skip to content

Commit 1fdf8f7

Browse files
committed
fix: pre-commit
1 parent 40c2457 commit 1fdf8f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ default_stages: [pre-commit]
22

33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.4.0
5+
rev: v5.0.0
66
hooks:
77
- id: end-of-file-fixer
88
name: End of file fixer
@@ -33,7 +33,7 @@ repos:
3333
description: "Remove trailing whitespace from files"
3434

3535
- repo: https://github.com/astral-sh/ruff-pre-commit
36-
rev: v0.9.2
36+
rev: v0.12.8
3737
hooks:
3838
- id: ruff
3939
name: Ruff check

0 commit comments

Comments
 (0)