-
Notifications
You must be signed in to change notification settings - Fork 14.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid breeze self-upgrade run in some pre-commits. (#35802)
After recent refactors, some of the pre-commits imported breeze code and accidentally triggered breeze self-upgrade. This slowed them down a bit because every time they run breeze attempted to self-upgrade. This was especially visible in mypy. This PR sets "SKIP_UPGRADE_CHECK" by all the pre-commits which skips the self-upgrade during breeze importing.
- Loading branch information
Showing
3 changed files
with
26 additions
and
24 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
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