Skip to content
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

Merged
merged 1 commit into from
Jan 3, 2025

Conversation

Pierre-Sassoulas
Copy link
Member

Type of Changes

Type
βœ“ πŸ› Bug fix

Description

This fix the main branch.

@Pierre-Sassoulas Pierre-Sassoulas added Maintenance Discussion or action around maintaining pylint or the dev workflow Skip news πŸ”‡ This change does not require a changelog entry labels Jan 3, 2025
@Pierre-Sassoulas Pierre-Sassoulas force-pushed the pre-commit-upgrade branch 2 times, most recently from 9542683 to d27a5bb Compare January 3, 2025 15:40
Copy link

codecov bot commented Jan 3, 2025

Codecov Report

All modified and coverable lines are covered by tests βœ…

Project coverage is 95.80%. Comparing base (c21276f) to head (3e07f8c).
Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main   #10165   +/-   ##
=======================================
  Coverage   95.80%   95.80%           
=======================================
  Files         174      174           
  Lines       18976    18976           
=======================================
  Hits        18180    18180           
  Misses        796      796           
Files with missing lines Coverage Ξ”
.../testutils/functional/lint_module_output_update.py 100.00% <100.00%> (ΓΈ)

@Pierre-Sassoulas
Copy link
Member Author

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
Copy link
Member

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 :-)

Copy link
Member Author

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 :) !

@jacobtylerwalls jacobtylerwalls merged commit 0d5439b into main Jan 3, 2025
36 of 44 checks passed
@jacobtylerwalls jacobtylerwalls deleted the pre-commit-upgrade branch January 3, 2025 21:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Maintenance Discussion or action around maintaining pylint or the dev workflow Skip news πŸ”‡ This change does not require a changelog entry
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants