-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
TypeError exception when method named "format" replaces itself with different method #3686
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
Comments
Do we need to update the minimal |
They are caused by pylint-dev/pylint#3686 Ping #46046 PiperOrigin-RevId: 353980227 Change-Id: I7a33be622a752f0be514da495782cf04dd8010a3
@PCManticore what do you think about it? |
We Need a new astroid release |
Check pylint-dev/astroid#886 |
@bhack the new astroid version (1.5) has been released. |
@hippo91 The minimal required version is still astroid |
@bhack sorry for the delay. I'm not aware of this kind of DEPENDS file. Can you explain me what is its purpose please? |
Probably it is only for the MANIFEST https://github.com/PyCQA/pylint/blob/master/MANIFEST.in |
@bhack i have no idea of the possible use of the DEPENDS file. It has been added 15 years ago and i don't know if we still need it. @PCManticore @AWhetter @Pierre-Sassoulas @cdce8p have you any idea about this? |
I think we're going to need to dust up the packaging at some point, we still have a compatibility with distutils in the |
We have also Astroid version for Debian package in https://github.com/PyCQA/pylint/blob/master/debian/control#L22 |
@sandrotosi Maybe you can help here. What files are needed for including pylint in debian? |
not sure what you mean by "including pylint in debian". if it's having pylint available via debian repositories, then that's done via this repo https://salsa.debian.org/python-team/packages/pylint where (tbh) i completely disregard the if you mean creating a debian package once closinig PyCQA/pylint, then that's a bit more complicated, and as someone else already pointed out, the content of |
I'm all for moving to poetry and pyproject.toml. |
Just opened #4193 to follow through. |
Steps to reproduce
or
Current behavior
Expected behavior
Additional info
The issue isn't reproduced if replaced method has different name:
or it doesn't replace itself:
pylint --version output
The text was updated successfully, but these errors were encountered: