- empty_buildings: dict → dict[str, Any] (mypy strict needs type args) - drop unused `# type: ignore[arg-type]` on strategy= (mypy now narrows the loop variable to Literal[...] from a tuple of literals)
- main.py: AsyncIterator from collections.abc (typing.AsyncIterator deprecated, UP035) - geometry.py: TEAP first in import (isort: ALL_CAPS before MixedCase, I001) - pyproject.toml: ignore RUF001/002/003 — Russian-language project legitimately uses Cyrillic lookalikes in comments/docstrings (МСК-66 etc). Verified: ruff check . — All checks passed! Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>