Skip to content

Curate user pathways for The Turing Way

License

Notifications You must be signed in to change notification settings

the-turing-way/pathways

Repository files navigation

Pathways

GitHub License Codestyle Black GitHub Workflow Status (with event)

Curate user pathways for The Turing Way

Documentation

Read the user guide to learn how to create pathways.

Development

Hatch is used to build and manage environments.

Code Style

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

Tests can be run with

$ hatch run test