Skip to content

Conversation

@MaxGhenis
Copy link
Contributor

Summary

Pins black==26.1.0 in dev dependencies and updates CI to use uv sync for consistent formatting between local and CI environments.

Problem

Local developers may have different black versions installed than CI, causing lint failures even when code is properly formatted locally.

Solution

  • Add black==26.1.0 to pyproject.toml dev dependencies
  • Update CI Lint job to use uv sync --extra dev and uv run black instead of external action
  • Both local and CI now use the same black version from uv.lock

Test plan

  • CI Lint job passes
  • Local make format uses correct black version

🤖 Generated with Claude Code

- Add black==26.1.0 to dev dependencies
- Update CI Lint job to use uv sync instead of external action
- Ensures local and CI use same black version from uv.lock
@MaxGhenis MaxGhenis merged commit 0b74fae into main Jan 31, 2026
7 checks passed
@MaxGhenis MaxGhenis deleted the fix/pin-black-version branch January 31, 2026 19:46
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.

2 participants