Chris Chan
Chris Chan
https://pylint.pycqa.org/en/latest/user_guide/messages/refactor/too-many-statements.html A bit of a quirky one, I made a bunch of test cases in python to see how pylint would work (tested on 2.9.3) to derive the expected behaviour.
## Summary Add the pylint rule `class-variable-slots-conflict`. ## Test Plan New test fixtures added Part of #970
Hello fellow ruffians(?) I was thinking of having a stab at implement pylint's R0401 cyclic import rule, but before I set off I thought it might be wise to ask...