You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Essentially, the idea is that we are following pep8, but we only use 2 space tabs instead of 4.
I'll add a github action to run yapf on the code to make sure it is correctly formatted, will also add a pre-commit hook so that yapf can be run automatically before each commit.
The text was updated successfully, but these errors were encountered:
EiffL
changed the title
dopt
Adopt a code style convention
Mar 5, 2021
Since we are basing the code on TensorFlow, I suggest we follow the Google/TensorFlow code styling for python.
Here are some links to the documentation for this:
Essentially, the idea is that we are following pep8, but we only use 2 space tabs instead of 4.
I'll add a github action to run
yapf
on the code to make sure it is correctly formatted, will also add a pre-commit hook so that yapf can be run automatically before each commit.The text was updated successfully, but these errors were encountered: