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

Astroid 1015 + misc improvements jan #1745

Merged
merged 1 commit into from
Jan 23, 2025
Merged

Astroid 1015 + misc improvements jan #1745

merged 1 commit into from
Jan 23, 2025

Conversation

mscuthbert
Copy link
Member

upgrade astroid and get better information about overloads -- this was a long-awaited improvement. Thanks to @jacobtylerwalls for the mypy contributions!

some attempts at fixes of graph for microtonal but no work there.

Information about deprecation of StrEnum in the distant future

upgrade astroid and get better information about overloads -- this was a long-awaited improvement.  Thanks to @jacobtylerwalls for the mypy contributions!

some attempts at fixes of graph for microtonal but no work there.

Information about deprecation of StrEnum in the distant future
@coveralls
Copy link

Coverage Status

coverage: 93.051% (+0.03%) from 93.026%
when pulling 1097e77 on 2025-jan-misc
into 851e674 on master.

Comment on lines +3 to 4
astroid>=3.2.0
pylint>=2.16.0
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the shout out. I'm contributing less often to pylint these days, but what I remember from when I did more of it was advising folks not to manage their own astroid dependency. There's a very narrow band of compatibility between pylint and astroid. They're independent projects in name only, a speculative decision made many eons ago.

Long story short, I'd just pin pylint >= 3.2.0 (which requires astroid 3.2) and turn off whatever new messages you find annoying :D

@mscuthbert mscuthbert merged commit 62b0bf4 into master Jan 23, 2025
8 checks passed
@mscuthbert mscuthbert deleted the 2025-jan-misc branch January 23, 2025 21:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants