Format on build

This commit is contained in:
Sean Whalen
2025-12-12 15:56:52 -05:00
parent 73010cf964
commit 487e5e1149

View File

@@ -8,7 +8,7 @@ fi
. venv/bin/activate . venv/bin/activate
pip install .[build] pip install .[build]
ruff check . ruff format .
cd docs cd docs
make clean make clean
make html make html