python-trio / python-trio/flake8-async
Rename ASYNC126 to ASYNC4xx
Open
Beginner friendly
Nobody has claimed this yet.
rule improvement
- Dominant language
- Python
- Stars
- 26
- Forks
- 10
- PR merge metrics
- No merged PRs in 30d
Description
#448 added ASYNC126, but it's a rule that's solely about ExceptionGroup handling and not inherently about async, so it should be grouped with the existing 4xx error code https://flake8-async.readthedocs.io/en/latest/rules.html#exceptiongroup-rules
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
Search the repository for ASYNC126 and inspect the rule introduced by #448, then compare it with the existing 4xx ExceptionGroup rules. Update the rule name and every documented reference so the rule is consistently grouped under the 4xx code; confirm no ASYNC126 references remain.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- tooling
- Issue type
- Refactor
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 68/100