Skip to content

Commit c513d2d

Browse files
committed
chore: dependency update
1 parent 4e1bd0b commit c513d2d

File tree

2 files changed

+177
-174
lines changed

2 files changed

+177
-174
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.8'
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)