Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pyright] Add --skip-typecheck option #20445

Merged
merged 1 commit into from
Mar 14, 2024
Merged

Conversation

smackesey
Copy link
Collaborator

@smackesey smackesey commented Mar 13, 2024

Summary & Motivation

Internal companion PR: https://github.com/dagster-io/internal/pull/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).

Copy link
Collaborator Author

This stack of pull requests is managed by Graphite. Learn more about stacking.

Join @smackesey and the rest of your teammates on Graphite Graphite

[INTERNAL_BRANCH=sean/pyright-skip-typecheck]
@smackesey smackesey force-pushed the sean/pyright-skip-typecheck branch from bab6b03 to 1f75c11 Compare March 13, 2024 13:16
Copy link
Contributor

@rexledesma rexledesma left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks

@smackesey smackesey merged commit 47c2d85 into master Mar 14, 2024
1 check passed
@smackesey smackesey deleted the sean/pyright-skip-typecheck branch March 14, 2024 15:32
PedramNavid pushed a commit that referenced this pull request Mar 28, 2024
## 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).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants