-
-
Notifications
You must be signed in to change notification settings - Fork 117
support for working with class #106
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
Conversation
@hansthen @JulienPalard could you have a look on this one? |
Thanks for the Pull Request. I will test this soon (probably next week). I am not the owner of this repository, so I cannot speak for @JulienPalard. |
I think I may have found an issue caused by
Instead of storing
Also here by using the function
It probably miss a repr on my (Yes, this means I'd drop the magical detection of classmethod using the argument name, but let's keep things simple.) |
With this commit I also include usage of the ruff as linter and formatter
@JulienPalard the |
I'm 90% OK with them:
Don't misread me, having various build backends is a good thing, they explore new ways to do things, it's like exploring the future: this is good. But having every Python projects change their build backend every other years, no. |
@JulienPalard, I agree regards to build backend and I changed according. |
Thanks for this great PR @AdrianCert ! |
could you publish this version ? i am seeing the old version of this library in pip repository |
As discussed on #99 this is changes need to cover this class support