PyCQA / PyCQA/flake8-import-order
Share error code namespace
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 280
- Forks
- 72
- Avg merge
- 12h 24m
- Merged PRs (30d)
- 1
Description
Hi would it be possible to share the same error code namespace with your plugin in flake8-future-import? At the moment I'm using FI?? but there is a request (xZise/flake8-future-import#5) to use LDDD (L = letter, D = digit) but I don't know what letter to choose basically. F (for future imports) and I (for imports) are both taken, and I could of course use other letters but they wouldn't have any meaning.
So my idea was if we could agree that I maybe use I900 to I999, so basically replacing FI with I9. Especially as both plugins have a similar scope in checking the imports.
Contributor guide
No contributing guide indexed for this repository
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
Review the error-code conventions in flake8-import-order and the linked flake8-future-import issue #5 before deciding whether the proposed I900–I999 range is appropriate. Done means the two plugins have an agreed, documented namespace and the issue's requested code range is resolved.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100