Re: [code-quality] flake8 config file usage

2015-01-08 Thread Jason Killen
Thanks again Ian. I think I've tracked down the problem in the pep8 code. I realize you're not the pep8 developer but I could use a second set of eyes. If you don't mind can you verify that what I'm seeing is the same as what you have. In pep8.py in the fuction read_config near line 1852. I've

[code-quality] pylint: Writing checker to check method calls

2015-01-08 Thread Florian Bruhin
Hi! I'm trying to write a checker for pylint which checks if certain callables (anything passed to the .connect() method of a pyqtSignal, i.e. Qt slots) are decorated with @pyqtSlot. However I'm already stuck trying to implement a visit_callfunc which actually sees the call. My checker does this