- We follow conventional PEP8 guideline.
./run_check.sh format
./run_check.sh lint
./run_check.sh test
./run_check.sh all
- DO NOT commit on
main
branch. Make a new branch and commit and create a PR request. - Formatting and linting is auto-called when you
commit
andpush
but we advise you to run./run_check all
occasionally.
./run_check doc
./run_check doc_server