Skip to content

Commit be31009

Browse files
committed
add pyright to pre-commit
1 parent b91488b commit be31009

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,8 @@ repos:
77
- id: ruff-check
88
args: [ --fix ]
99
# Run the formatter.
10-
- id: ruff-format
10+
- id: ruff-format
11+
- repo: https://github.com/RobertCraigie/pyright-python
12+
rev: v1.1.407
13+
hooks:
14+
- id: pyright

0 commit comments

Comments
 (0)