Skip to content

Commit 3d151a6

Browse files
committed
chore: dependencies update
1 parent 26d6a49 commit 3d151a6

File tree

2 files changed

+228
-206
lines changed

2 files changed

+228
-206
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
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.12.7'
4+
rev: 'v0.12.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: v5.0.0
10+
rev: v6.0.0
1111
hooks:
1212
- id: fix-byte-order-marker
1313
- id: trailing-whitespace

0 commit comments

Comments
 (0)