Enhancement ✨Good first issueHacktoberfestHelp wanted 🙏Needs PRNeeds investigation 🔬
Metriche repository
- Star
- (4978 star)
- Metriche merge PR
- (Merge medio 58g 21h) (63 PR mergiate in 30 g)
Descrizione
Current problem
The PEP-8 guidelines state that module level dunders are supposed to be above imports. This is something pylint does not warn about if the code does not follow it.
Desired solution
Pylint should raise a warning if the above is not followed.
Additional context
Similar to #965, but also add a warning for it