Skip to content

Commit 61d997b

Browse files
committed
pre-commit autoupdate
1 parent 0c69f45 commit 61d997b

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
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v5.0.0
3+
rev: v6.0.0
44
hooks:
55
- id: check-added-large-files
66
- id: check-case-conflict
@@ -11,12 +11,12 @@ repos:
1111
args: [--markdown-linebreak-ext=md]
1212

1313
- repo: https://github.com/astral-sh/ruff-pre-commit
14-
rev: v0.9.10
14+
rev: v0.13.3
1515
hooks:
1616
- id: ruff
1717
- id: ruff-format
1818

1919
- repo: https://github.com/RobertCraigie/pyright-python
20-
rev: v1.1.396
20+
rev: v1.1.406
2121
hooks:
2222
- id: pyright

0 commit comments

Comments
 (0)