Run black and cog for formatting and CLI reference update

This commit is contained in:
Claude 2026-01-21 15:00:37 +00:00
commit 5ce545b592
No known key found for this signature in database
4 changed files with 59 additions and 19 deletions

View file

@ -1828,7 +1828,9 @@ def test_transform_update_incoming_fks_cli(db_path):
"transform",
db_path,
"authors",
"--rename", "id", "author_pk",
"--rename",
"id",
"author_pk",
"--update-incoming-fks",
],
)