Curate user pathways for The Turing Way
Read the user guide to learn how to create pathways.
Hatch is used to build and manage environments.
This project uses Black and Ruff. The configuration of these packages is defined in pyproject.toml. The style can be checked with
$ hatch run lint:style
Some problems can be fixed automatically with
$ hatch run lint:fmt
Tests can be run with
$ hatch run test