Skip to content

build: migrate toolchain from Poetry to uv with ruff/ty#7

Merged
brandtg merged 1 commit into
mainfrom
brandtg/uv
Mar 29, 2026
Merged

build: migrate toolchain from Poetry to uv with ruff/ty#7
brandtg merged 1 commit into
mainfrom
brandtg/uv

Conversation

@brandtg

@brandtg brandtg commented Mar 29, 2026

Copy link
Copy Markdown
Owner
  • build: Replace Poetry with uv for dependency management, build, and publish; update CI workflows and Makefile targets accordingly

  • refactor: Replace black/flake8/mypy with ruff (lint + format) and ty (typecheck); remove .flake8 config and poetry.lock

  • refactor: Add TypedDataFileReader wrapper to provide typed dict[str, Any] iteration over Avro records, replacing scattered cast() calls

  • style: Standardize import ordering (stdlib, third-party, local) and use X | Y union syntax over Union[X, Y]/Tuple[X, Y] throughout codebase

  • refactor: Update with statements to parenthesized form for multi-context managers

  • chore: Add help, lint-fix, bump, and check targets to Makefile; add inline doc comments for all targets

- **build:** Replace Poetry with uv for dependency management, build, and publish; update CI workflows and Makefile targets accordingly

- **refactor:** Replace `black`/`flake8`/`mypy` with `ruff` (lint + format) and `ty` (typecheck); remove `.flake8` config and `poetry.lock`

- **refactor:** Add `TypedDataFileReader` wrapper to provide typed `dict[str, Any]` iteration over Avro records, replacing scattered `cast()` calls

- **style:** Standardize import ordering (stdlib, third-party, local) and use `X | Y` union syntax over `Union[X, Y]`/`Tuple[X, Y]` throughout codebase

- **refactor:** Update `with` statements to parenthesized form for multi-context managers

- **chore:** Add `help`, `lint-fix`, `bump`, and `check` targets to Makefile; add inline doc comments for all targets
@brandtg brandtg merged commit e6cefb1 into main Mar 29, 2026
1 check passed
@brandtg brandtg deleted the brandtg/uv branch March 29, 2026 04:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant