On Tue, 16 Jul 2013 12:02:05 +0100 Neil Williams codehelp@debian.org wrote:
On Tue, 16 Jul 2013 10:13:50 +0200 Milo Casagrande milo.casagrande@linaro.org wrote:
I usually use pep8 and pyflakes directly from the command line.
What's the general feeling about adding comments which override certain (non-PEP8) checks? PyCharm can inspect code and provide overrides for certain functions, e.g.:
I'm a bit concerned that much attention is paid dealing with (mostly working around) proprietary, bloated tools. I don't use PyCharm and my preference is to keep not using it, so I'm not sure how much of its adhoc magic I could adhere too. If PyCharm is too smart-ass (usual problem with such kind of tools btw), why not just disable its non-PEP8 particular, or all, warnings?
[]