We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b91488b commit be31009Copy full SHA for be31009
1 file changed
.pre-commit-config.yaml
@@ -7,4 +7,8 @@ repos:
7
- id: ruff-check
8
args: [ --fix ]
9
# Run the formatter.
10
- - id: ruff-format
+ - id: ruff-format
11
+ - repo: https://github.com/RobertCraigie/pyright-python
12
+ rev: v1.1.407
13
+ hooks:
14
+ - id: pyright
0 commit comments