Skip to content

Commit

Permalink
Merge pull request #110 from jorenham/pre-commit/pyright
Browse files Browse the repository at this point in the history
run `basedpyright` in `pre-commit`
  • Loading branch information
jorenham authored Oct 18, 2024
2 parents f373407 + cb453bf commit a821330
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ ci:
- verifytypes
- typetest
- basedmypy
- basedpyright

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
Expand Down Expand Up @@ -69,3 +70,9 @@ repos:
entry: poe mypy
language: system
types_or: [python, pyi]

- id: basedpyright
name: basedpyright
entry: poe pyright
language: system
types_or: [python, pyi]

0 comments on commit a821330

Please sign in to comment.