Add `fix` subcommand
Open
Nobody has claimed this yet.
feature
- Dominant language
- Rust
- Stars
- 20
- Forks
- 0
- Avg merge
- 4m
- Merged PRs (30d)
- 8
Description
There may be rules that we detect that we can fix automatically (e.g. normalizing a project name comes to mind). The fix subcommand should apply all fixes to the pyproject.toml file.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading the repository's existing command and rule-detection entry points; the issue names no files or tests. Define how the fix subcommand should discover and apply every automatic correction to pyproject.toml, including project-name normalization, and establish tests that show each fix is applied correctly.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- cli, tooling
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100