Skip to content

Commit 483eed9

Browse files
committed
chore: Update pre-commit
1 parent 0a570da commit 483eed9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ default_language_version:
33

44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v4.6.0
6+
rev: v5.0.0
77
hooks:
88
- id: check-yaml
99
- id: end-of-file-fixer
@@ -27,11 +27,11 @@ repos:
2727
args: ["--ignore-missing-imports"]
2828

2929
- repo: https://github.com/astral-sh/ruff-pre-commit
30-
rev: v0.6.8
30+
rev: v0.6.9
3131
hooks:
3232
- id: ruff-format
3333

3434
- repo: https://github.com/astral-sh/ruff-pre-commit
35-
rev: v0.6.8
35+
rev: v0.6.9
3636
hooks:
3737
- id: ruff

0 commit comments

Comments
 (0)