-
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
Code style #30
Comments
It'd be easy to do it on this repo. I've used Black on other projects and have been enjoying it |
+1 for using Black. |
I notice some real motivation behind To be honest, my nvim flake8 plugin is crying when I develop for pyvista and pyvistaqt so at this point, I am in favour of anything that can solve this 🙏 So, how does it work in terms of integration? What would be the plan? |
I made a PR which add CI of checking by black. Could you give opinion? |
* 🆕 black CI by GitHub Actions * 📛 black * 🔧 .github/workflows/pythonpackage.yml * 👕 reformat by black * ⬆️ .github/workflows/pythonpackage.yml * ⬆️ .github/workflows/pythonpackage.yml * ⬆️ .github/workflows/pythonpackage.yml * ⬆️ .github/workflows/pythonpackage.yml * 🆕 black in Makefile * 🗑️ remove from doctest * ♻️ commit for retry CI
Closing by #38 |
I think the same question can be asked in this repo. And eventually the same solution could be applied.
The text was updated successfully, but these errors were encountered: