Skip to content

Commit

Permalink
Merge pull request #92 from jorenham/bugfix/basedpyright-pre-commit-hook
Browse files Browse the repository at this point in the history
Use the new basedpyright pre-commit hook
  • Loading branch information
jorenham authored Jun 23, 2024
2 parents c678505 + 7c0eae3 commit e38b01f
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,17 +62,7 @@ repos:
- id: ruff
args: [--fix, --show-fixes]

# See https://github.com/DetachHead/basedpyright/issues/430
# - repo: https://github.com/DetachHead/basedpyright
# rev: v1.13.0
# hooks:
# - id: basedpyright

- repo: local
- repo: https://github.com/DetachHead/basedpyright-pre-commit-mirror
rev: v1.13.0
hooks:
- id: basedpyright
name: basedpyright
entry: poetry run basedpyright
language: system
always_run: true
pass_filenames: false

0 comments on commit e38b01f

Please sign in to comment.