-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Follow-Up To #17875 #18043
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
Follow-Up To #17875 #18043
Conversation
so obviously you are linting these with some settings. pls add those to lint.sh if some files are not fixed, that is ok, just put them in a separate list with the current options. fixing things, but not changing the tests is ok, but doesn't prevent changes to these or help others. |
Just amended the lint.sh file. Somehow this mental image comes to mind. |
@jbrockmendel hahah, great! |
One Travis env has a TestClipboard error, the other...
I'm happy to clean these up, but doubt you want a giant sprawling PR. |
Reverted the lint.sh changes in the hopes of actually closing this out; opening a separate PR with the lint changes shortly. |
Codecov Report
@@ Coverage Diff @@
## master #18043 +/- ##
==========================================
+ Coverage 91.24% 91.25% +<.01%
==========================================
Files 163 163
Lines 50114 50114
==========================================
+ Hits 45729 45732 +3
+ Misses 4385 4382 -3
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #18043 +/- ##
==========================================
+ Coverage 91.24% 91.25% +<.01%
==========================================
Files 163 163
Lines 50114 50114
==========================================
+ Hits 45729 45732 +3
+ Misses 4385 4382 -3
Continue to review full report at Codecov.
|
this is fine, you can lint in the other PR. |
flake8 cleanup
use abbreviated dtstruct conversion functions
import from the cython versions of the stdlib instead of from src/datetime.pxd where possible.