Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #69829 > unrolled thread

change spacing to two instead of four with pep8 or flake8?

Started byDennis <daodennis@gmail.com>
First post2014-04-07 20:06 -0700
Last post2014-04-07 20:06 -0700
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

  change spacing to two instead of four with pep8 or flake8? Dennis <daodennis@gmail.com> - 2014-04-07 20:06 -0700

#69829 — change spacing to two instead of four with pep8 or flake8?

FromDennis <daodennis@gmail.com>
Date2014-04-07 20:06 -0700
Subjectchange spacing to two instead of four with pep8 or flake8?
Message-ID<mailman.8991.1396926402.18130.python-list@python.org>
Hi,

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.

hacky/non-hacky solutions welcome of course.

If this is too specific and I should go to the pep8/flake8 MLs that is
welcome advice too.

Thanks,

Dennis

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web