astral-sh/ruff

`N999` (`invalid-module-name`) mixes correctness and stylistic recommendations

Aperta

#12.475 aperta il 23 lug 2024

 (11 commenti) (2 reazioni) (0 assegnatari)Rust (2088 fork)batch import
help wantedrule

Metriche repository

Star
 (47.527 stelle)
Metriche merge PR
 (Merge medio 3g 8h) (573 PR mergiate in 30 g)

Descrizione

Not only does rule N999 check that the PEP8 convention is respected, but also checks that the module name is syntactically correct. The latter is not part of PEP8. This is a problem for me currently working on "old non linted" code. I have to ignore this rule because of some modules whose names are syntactically correct but sometimes with capital letters. I think a E rule is missing that would only include the syntax checking of N999. (If I were you I would also remove that part from N999 for consistency)

Guida contributor