Compare commits
No commits in common. "4720ec7c10bb631cc7c94375a3cd1f399196f5fd" and "479a46777ecf7570fdeb63ff845261465f9fb95f" have entirely different histories.
4720ec7c10
...
479a46777e
|
@ -32,13 +32,3 @@ repos:
|
|||
language: system
|
||||
types_or: [python, pyi]
|
||||
require_serial: true
|
||||
|
||||
- repo: local
|
||||
hooks:
|
||||
- id: pyright
|
||||
name: Pyright
|
||||
description: Run pyright type checker
|
||||
entry: poetry run pyright
|
||||
language: system
|
||||
types: [python]
|
||||
pass_filenames: false # pyright runs for the entire project, it can't run for single files
|
||||
|
|
Loading…
Reference in a new issue