On 07Apr2014 20:06, Dennis <daoden...@gmail.com> wrote:
In Pylint you can change the spacing multiplier from 4 spaces to two
in its pylintrc, but for the life of me I cannot find a way to do this
with the flake8 / pep8 utilities.

I want to avoid ignoring E111 altogether if at all possible, because
it may catch other spacing problems that are not as obvious.

I ignore E111 and hope other linters catch stuff it will now miss.

I've also taken to having my files autoformatted with yapf on save, which makes a lot of formatting more rigorous.

My current lint script runs pyflakes, pep8 and pylint.

My personal lint script:

 https://bitbucket.org/cameron_simpson/css/src/tip/bin-cs/lint

My personal format script:

 https://bitbucket.org/cameron_simpson/css/src/tip/bin-cs/format

Take what you'd like.

Cheers,
Cameron Simpson <c...@cskk.id.au>
--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to