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,10 +1,9 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
import inspect
from pathlib import Path
from subprocess import Popen, PIPE, check_output
import sys
from pathlib import Path
from subprocess import PIPE, Popen, check_output
# This file is execfile()d with the current directory set to its
# containing dir.