Closed
Description
xref #20563 (comment)
Might be nice to add some additional flake8
plugins to check various things:
- Enforce using new-style classes?
- The hacking package looks to do this (cc @mroeschke)
- Added a related check to
lint.sh
in CLN: Use new-style classes instead of old-style classes #20563, which can be removed if this is added
- Enforce PEP8 naming conventions for classes?
- Doesn't look like this is currently enforced
Any other ideas are welcome.