Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.

Documentation from docstrings

pdoc --html robofish.io robofish.evaluate --html-dir docs --force

Code coverage:

pytest --cov=src --cov-report=html

Flake

flake8 --ignore E203 --max-line-length 88