-
Notifications
You must be signed in to change notification settings - Fork 18
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
Ruff, Black, and others #35
Comments
Hi @coroa, I moved your comment here, so we can discuss it without overloading the PR. I have been aware of However, it's the first time I hear about I think I will not adopt While I try to keep this project up-to-date, I am conscious that some tools come and go very fast. Therefore, I try to find a compromise also with long-term maintainability. Let's keep discussing this, |
Well, i have been contributing to a few projects where people did not care too much about following the same code style and the main strength of black for me is that it just standardised all these layout questions away. Some of it felt awkward in the beginning, but it all became familiar over time. The auto-correct is what i probably like most about it. I hated it, when online stickler or some such complained and i had to decide whether to research the right ignore code or to format it exactly as it told me to. With black, i just press "Format document" and don't have to care anymore.
I am used to having control over whether to release something as a new version or not. Your workflow, where every PR merge into main releases at least a patch version workflow (unless explicitly skipped), seems to be too drastic to me. But it is also good to get quick pseudo-versions in between. With
Works well enough for me, anyway. I very much like how |
Originally posted by @coroa in #33 (comment)
The text was updated successfully, but these errors were encountered: