adcd280bbd
Set up project scaffolding with free-threaded Python 3.14, uv for package management, and Nix flakes for dev tooling (treefmt-nix with nixfmt/ruff, pyright strict mode, direnv integration). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
9 lines
133 B
TOML
9 lines
133 B
TOML
version = 1
|
|
revision = 3
|
|
requires-python = ">=3.14"
|
|
|
|
[[package]]
|
|
name = "auto-reverse"
|
|
version = "0.1.0"
|
|
source = { editable = "." }
|