Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[pre-commit] Only run pyright in pre-push (#22525)
Internal companion PR: dagster-io/internal#10219 ## Summary & Motivation Currently pre-commit will run all of our defined hooks pre-push. There is no point re-running hooks that also run pre-commit. This PR makes it so that only the pyright hook runs pre-push. ## How I Tested These Changes Pushed and observed executed hooks
- Loading branch information