From 487e5e114989cc317987cd4eff5c75688556370a Mon Sep 17 00:00:00 2001 From: Sean Whalen Date: Fri, 12 Dec 2025 15:56:52 -0500 Subject: [PATCH] Format on build --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 75cd238..65c078a 100755 --- a/build.sh +++ b/build.sh @@ -8,7 +8,7 @@ fi . venv/bin/activate pip install .[build] -ruff check . +ruff format . cd docs make clean make html