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
+10
View File
@@ -0,0 +1,10 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.6
hooks:
- id: ruff
name: ruff lint
args: [--fix, --config=core/pyproject.toml]
- id: ruff-format
name: ruff format
args: [--config=core/pyproject.toml]