Skip to content

Fix requirements_cli.txt ordering for prek lint#269

Merged
timlaing merged 1 commit into
timlaing-patch-1from
copilot/fix-requirements-files
May 29, 2026
Merged

Fix requirements_cli.txt ordering for prek lint#269
timlaing merged 1 commit into
timlaing-patch-1from
copilot/fix-requirements-files

Conversation

Copy link
Copy Markdown

Copilot AI commented May 29, 2026

This updates the requirements formatting on PR #268 to match the ordering enforced by prek. The lint failure was caused by requirements_cli.txt not being in its canonical sorted form.

  • Problem
    requirements-txt-fixer rewrites requirements_cli.txt during CI, leaving the PR with a lint-only diff.

  • Change
    Reordered the CLI dependency entries in requirements_cli.txt to match the repository's enforced requirements-file normalization.

  • Result
    The requirements file is now stable under prek and no longer produces a fixer diff.

click>=8.1.8
rich>=15.0.0
typer>=0.16.1

@timlaing timlaing marked this pull request as ready for review May 29, 2026 11:45
@timlaing timlaing merged commit 1b6bc3c into timlaing-patch-1 May 29, 2026
1 check passed
@timlaing timlaing deleted the copilot/fix-requirements-files branch May 29, 2026 11: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