fix: updates to fix RF3

This commit is contained in:
ncorley
2025-10-03 16:01:48 -07:00
parent 77c995cc11
commit 3e80413b0b
13 changed files with 83 additions and 1387 deletions

View File

@@ -14,8 +14,8 @@ clean:
## Format src directory using black
format:
ruff format src models tests
ruff check --fix src models tests
ruff format src models tests projects
ruff check --fix src models tests projects
#################################################################################
# Self Documenting Commands #