Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #69829
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder3.xlned.com!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <daodennis@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.074 |
| X-Spam-Evidence | '*H*': 0.85; '*S*': 0.00; 'subject:two': 0.07; 'spaces': 0.09; 'ignoring': 0.16; 'pep8': 0.16; 'spacing': 0.16; 'thanks,': 0.17; 'possible,': 0.19; 'message-id:@mail.gmail.com': 0.30; 'too.': 0.31; 'to:name:python-list': 0.33; 'subject:with': 0.35; 'advice': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'subject:?': 0.36; 'hi,': 0.36; 'should': 0.36; 'too': 0.37; 'two': 0.37; 'problems': 0.38; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'catch': 0.60; 'course.': 0.60; 'life': 0.66; 'obvious.': 0.84 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=3bocb7h6hBvFoB9CcYqfv/UZw19UExX0rdbG8R1eRvI=; b=DRxqTmWpU5wH1FDu+oV2iLc7tXl2qlpyszcz/YwcjMeBNOxpYfSWqTopofy5hB1wc/ DeCXg5dooiIrIvBs8eIF/i7LnMC9ypTHLiybZB7xLaXrO4JBrae7So30kVLW++ecNTUp rHyHG6m7EZiahgMbHp4p10aufTMlsV6A8PhtO9w4PKaMormYE9X1H+/AXBX5XaKy1YOr HRaqsA5nw/BFJDZPWNTnK0k6OpbMQo2xzBAGQ+iRnf2iJQzjRN2XkoprN2o9EPaeDZXI WR/vOO7A5oJNvsloBWLj4G7QxO9j3pd/xZrixTgXDnUunKSf//+jOwThxWUDUqYwlj74 hpYA== |
| MIME-Version | 1.0 |
| X-Received | by 10.182.225.194 with SMTP id rm2mr938081obc.49.1396926394343; Mon, 07 Apr 2014 20:06:34 -0700 (PDT) |
| Date | Mon, 7 Apr 2014 20:06:34 -0700 |
| Subject | change spacing to two instead of four with pep8 or flake8? |
| From | Dennis <daodennis@gmail.com> |
| To | python-list <python-list@python.org> |
| Content-Type | text/plain; charset=ISO-8859-1 |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.15 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.8991.1396926402.18130.python-list@python.org> (permalink) |
| Lines | 17 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1396926402 news.xs4all.nl 2850 [2001:888:2000:d::a6]:49723 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:69829 |
Show key headers only | View raw
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
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
change spacing to two instead of four with pep8 or flake8? Dennis <daodennis@gmail.com> - 2014-04-07 20:06 -0700
csiph-web