# Testing We use pytest. `coverage run -m pytest && coverage xml && coverage report` # Code formatting [Black](https://github.com/psf/black). # Security [Bandit](https://github.com/PyCQA/bandit). # Linting Pylint is recommended, but not enforced right now.