-
-
Notifications
You must be signed in to change notification settings - Fork 536
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
Add on_executing_* hook to extensions #1400
Conversation
So that it's possible to override the execution phase
Codecov Report
@@ Coverage Diff @@
## main #1400 +/- ##
==========================================
+ Coverage 98.09% 98.10% +0.01%
==========================================
Files 118 118
Lines 4039 4063 +24
Branches 579 588 +9
==========================================
+ Hits 3962 3986 +24
Misses 41 41
Partials 36 36 |
Thanks for adding the Here's a preview of the changelog: Add Here's the preview release card for twitter: Here's the tweet text:
|
Co-authored-by: ignormies <[email protected]>
for more information, see https://pre-commit.ci
Description
So that it's possible to override the execution phase. Also add docs and examples on how to use it.
Types of Changes
Issues Fixed or Closed by This PR
Checklist