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.
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 useLDDD(L = letter, D = digit) but I don't know what letter to choose basically.F(for future imports) andI(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
I900toI999, so basically replacingFIwithI9. Especially as both plugins have a similar scope in checking the imports.