-
We use the automatic code formatter
black. You can run it using the nox sessionformat. This will eliminate many lint errors. Run via:nox -r -s format
-
PEP8 compliance is required, with exceptions defined in the linter configuration. If you have
noxinstalled, you can test that you have not introduced any non-compliant code via:nox -r -s lint -
When writing tests, use the idiomatic "pytest" style.
This repository was archived by the owner on Apr 1, 2026. It is now read-only.