Skip to content

Commit f00ca07

Browse files
committed
chore: pre-commit autoupdate
1 parent 02ef7f9 commit f00ca07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
repos:
33
- repo: https://github.com/astral-sh/ruff-pre-commit
4-
rev: 'v0.6.4'
4+
rev: 'v0.6.9'
55
hooks:
66
- id: ruff
77
args: [--fix, --exit-non-zero-on-fix]
88
- id: ruff-format
99
- repo: https://github.com/pre-commit/pre-commit-hooks
10-
rev: v4.6.0
10+
rev: v5.0.0
1111
hooks:
1212
- id: fix-byte-order-marker
1313
- id: trailing-whitespace

0 commit comments

Comments
 (0)