fix: lint issues with new enforcement

This commit is contained in:
Timothy
2026-01-27 10:45:49 -08:00
parent d8496c47f0
commit e4f451e3f5
75 changed files with 1001 additions and 565 deletions
+8 -3
View File
@@ -29,10 +29,15 @@ jobs:
pip install -e .
pip install -r requirements-dev.txt
- name: Run ruff
- name: Ruff lint
run: |
cd core
ruff check .
cd core && ruff check .
cd tools && ruff check .
- name: Ruff format
run: |
cd core && ruff format --check .
cd tools && ruff format --check .
test:
name: Test Python Framework