This repository hosts the source code for the website https://tools.scientific-python.org.
The site is implemented with the mystmd book template.
cd site
myst start
You may have some whitespace that disagrees with the prettier pre-commit hook.
This will auto-fix those spots:
pre-commit run --all