-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
DOC: use substitution decorator for business month classes (#25828) #25868
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #25868 +/- ##
==========================================
- Coverage 91.48% 91.48% -0.01%
==========================================
Files 175 175
Lines 52885 52885
==========================================
- Hits 48381 48380 -1
- Misses 4504 4505 +1
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR! Substitution looks correct. The docstring errors are orthogonal but do you see an easy way to fix them? May be worth knocking out as part of this if simple
be8c313
to
d5c50d3
Compare
@WillAyd I juste force pushed somes changes:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice job! FYI for next contribution shouldn't need to force push changes so long as you merge in master
d5c50d3
to
8df84fb
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very minor stuff. If you can clean up and ping on green can get this merged
@Batalex just to clarify previous comment force pushing is less than desirable. Assuming you are rebasing which requires a force push an alternate workflow on top of your local branch is: git fetch upstream
git merge upstream/master Resolve any conflicts and |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm ping on green
@WillAyd ping |
Thanks @Batalex ! |
Thanks for your guidance! |
git diff upstream/master -u -- "*.py" | flake8 --diff
Validation script
CustomBusinessMonthEnd
CustomBusinessMonthBegin