-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[pyright] Add --skip-typecheck option (#20445)
## Summary & Motivation Internal companion PR: dagster-io/internal#8681 Add `--skip-typecheck` option to `run-pyright-py` script and have `make rebuild_pyright_pins` use it. This allows us to run `make rebuild_pyright_pins` in CI to ensure env can be built from requirements without caring about typecheck results. ## How I Tested These Changes Ran `make rebuild_pyright_pins` locally, confirmed skip of typecheck (results not included here).
- Loading branch information
Showing
2 changed files
with
35 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters