-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Upgrade pre-commit tools and fix existing issue #10165
Conversation
9542683
to
d27a5bb
Compare
Codecov ReportAll modified and coverable lines are covered by tests β
Additional details and impacted files@@ Coverage Diff @@
## main #10165 +/- ##
=======================================
Coverage 95.80% 95.80%
=======================================
Files 174 174
Lines 18976 18976
=======================================
Hits 18180 18180
Misses 796 796
|
d27a5bb
to
3e07f8c
Compare
Current theory is that w never had nothing merged in the main branch for such a long time so we have missing file / cache issue that could be resolved by just merging this and rebasing. (But it's a great occasion to fix the underlying issue). |
@@ -22,7 +22,9 @@ class TestDialect(csv.excel): | |||
delimiter = ":" | |||
lineterminator = "\n" | |||
|
|||
csv.register_dialect("test", TestDialect) | |||
# TestDialect inherit from csv.excel, which inherit from Dialect | |||
# probably something wrong in csv typing |
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.
I already fixed this in typeshed, sorry I didn't follow up with an ignore :-)
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.
Fixing the collections.abc bug was the priority back then :) !
Type of Changes
Description
This fix the main branch.