/
Python Style Guide
Python Style Guide
We try to follow Example Google Style Python Docstrings.
Style checks.
The tree contains configuration options for pylint, flake and bandit, and CI will check for errors using all these tools. On master we expect the codebase to be "clean" using all these tools.
Githooks exist for checking pylint and flake at commit time - see the README for installation. There is also a VS code plugin for pylint checking available.
, multiple selections available,
Related content
C Style Guide
C Style Guide
More like this
Commit Pragmas
Commit Pragmas
More like this
Commit Comments
Commit Comments
More like this
New Logging and Error macros.
New Logging and Error macros.
More like this
Coding Rules
Coding Rules
More like this