PyCQA / pycodestyle

Simple Python style checker in one Python file
https://pycodestyle.pycqa.org
Other
5.01k stars 755 forks source link

prevent false positive for E721 on member function #1228

Closed da-raf closed 6 months ago

da-raf commented 6 months ago

E721 was reported on the result of member functions of name "type" with one parameter, if those occurred on the left side of an equality operator comparison.