Skip to content

Commit

Permalink
use local pyright
Browse files Browse the repository at this point in the history
  • Loading branch information
FynnBe committed Aug 15, 2023
1 parent 21a411f commit b5880d2
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@ repos:
rev: 23.7.0
hooks:
- id: black
- repo: https://github.com/RobertCraigie/pyright-python
rev: v1.1.322
hooks:
- id: pyright
- repo: local
hooks:
- id: pyright
name: pyright
entry: pyright
language: system
always_run: true
pass_filenames: false
- id: generate passthrough modules
name: generate passthrough modules
entry: python scripts/generate_version_submodule_imports.py generate
Expand Down

0 comments on commit b5880d2

Please sign in to comment.