Automated upgrades by Ruff

uvx --with 'ruff>=0.16.0' ruff check . --fix --unsafe-fixes
This commit is contained in:
Simon Willison 2026-07-25 14:20:31 -07:00
commit c0bcc04431
52 changed files with 820 additions and 895 deletions

View file

@ -1,6 +1,7 @@
from sqlite_utils.db import Index
import pytest
from sqlite_utils.db import Index
def test_lookup_new_table(fresh_db):
species = fresh_db["species"]