Fix CI workflows and migration tests

This commit is contained in:
Nick Sweeting
2026-03-24 13:37:02 -07:00
parent 50286d3c38
commit ed1ddbc95e
14 changed files with 197 additions and 319 deletions

View File

@@ -29,12 +29,12 @@ repos:
hooks:
- id: ruff-format
name: ruff-format
entry: uv run --active ruff format
entry: uv run --active --no-sources ruff format
language: system
types_or: [python, pyi]
- id: ruff-check
name: ruff-check
entry: uv run --active ruff check --fix
entry: uv run --active --no-sources ruff check --fix
language: system
types_or: [python, pyi]