Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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, there is also a VS code plugin for pylint checking available.