-
Notifications
You must be signed in to change notification settings - Fork 26
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
Consistent python style #27
Comments
Some preferences of mine at this point in time:
|
One option is Black. I'm not sure how the options work, but a batch file could be created for this. |
Also, doing it as a pre-commit hook or something might be useful, so we avoid situations of people accidentally not running it. |
Not a pro on that, but good idea. |
Are we still interested in this? I have a GitHub action config that can apply black formatting and commit/push it out after any changes land on master. This is a commit the action pushed out: azeemba@8163214 We could expand it to also do prettier for the JS code. |
As mentioned in comments of #26
There are a few things that might be good to have consistent code style for. This issue is for discussing which code style we should have and how we best achieve this.
The text was updated successfully, but these errors were encountered: