-
Notifications
You must be signed in to change notification settings - Fork 19
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
refactor to PEP8 naming #18
Comments
Hi @eugenkleinschmidt , thanks for reaching out. It is true that we have a popurri here, with some functions like I am not willing on changing the main API on the Tenma classes (which in the end is most of the code on this repo), since some of our users might actually use those APIs via scripts I don't think it's a good idea at all, it would just be unnecessary friction. Additionally the version should be pushed to 2.x on new releases but only because we decided to go with PEP8. That said, I'm happy if you want to work on a github workflow that checks correctness à la flake8 but adapts to the project, but I don't know if it's worth it since you'll have to skip many of the PEP8 checks.
I am not sure how configurable is |
Hi, yes there is some configurability and the use of format exception are possible. A deprecation phase could be introduced where old names and public intefaces are aliased. |
But makes only sense when in the long run full pep8 is wanted and strived for (maybe with exceptions like class names. Here I'm not sure😅) |
Is there any interest to refactor to PEP8 namings.
I would do a PR and also introducing ruff and black if in your interest.
See https://realpython.com/python-pep8/
The text was updated successfully, but these errors were encountered: