Skip to content

Commit baa03d8

Browse files
committed
Update pre-commit-config.yaml to latest ruff + hooks
1 parent c99e2fb commit baa03d8

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
@@ -1,13 +1,13 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
3-
rev: v0.12.8
3+
rev: v0.12.9
44
hooks:
55
- id: ruff
66
args:
77
- --fix
88
- id: ruff-format
99
- repo: https://github.com/pre-commit/pre-commit-hooks
10-
rev: v4.6.0
10+
rev: v6.0.0
1111
hooks:
1212
- id: check-merge-conflict
1313
- id: check-yaml

0 commit comments

Comments
 (0)