Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add error code E402 to docs; issue #304 | Ian Lee | 2014-12-14 | 1 | -0/+2 |
| | |||||
* | Merge remote-tracking branch 'yole/import-on-top-of-file' into issue304 | Ian Lee | 2014-12-14 | 1 | -0/+6 |
|\ | |||||
| * | Report E402 for imports not on top of file; issue #264. Also add ability to ↵ | Dmitry Jemerov | 2014-07-24 | 1 | -0/+6 |
| | | | | | | | | keep local state for each checker plugin. #ep14boat | ||||
* | | Dont need to make a sphinx table header explicitly bold | Ian Lee | 2014-12-13 | 1 | -2/+2 |
| | | |||||
* | | Merge pull request #310 from ilam/featuredoc | Ian Lee | 2014-12-13 | 1 | -0/+27 |
|\ \ | | | | | | | Looks good, thanks @ilam | ||||
| * | | Fixed the formatting in the table | Ilambharathi Kanniah | 2014-07-31 | 1 | -1/+1 |
| | | | |||||
| * | | Added variables table for clarity | Ilambharathi Kanniah | 2014-07-31 | 1 | -0/+16 |
| | | | |||||
| * | | Corrected some formatting | Ilambharathi Kanniah | 2014-07-31 | 1 | -2/+3 |
| | | | |||||
| * | | #198 --feature doc updated. | Ilambharathi Kanniah | 2014-07-31 | 1 | -0/+10 |
| |/ | |||||
* | | Add Ian to list of maintainers. | Ian Lee | 2014-12-13 | 2 | -5/+6 |
|/ | |||||
* | Do not report E704 in the default configuration; issue #277 | Florent Xicluna | 2014-05-29 | 1 | -2/+2 |
| | |||||
* | Report E266 instead of E265 when the block common starts with multiple #; ↵ | Florent Xicluna | 2014-05-29 | 1 | -0/+2 |
|\ | | | | | | | issue #270 | ||||
| * | Report E266 instead of E265 when the block common starts with multiple #; ↵ | Florent Xicluna | 2014-04-26 | 1 | -0/+2 |
| | | | | | | | | issue #270 | ||||
* | | Replace codes E111/2/3 with E114/5/6 for indentation of comments; issue #274 | Florent Xicluna | 2014-05-29 | 1 | -0/+6 |
|\ \ | |||||
| * | | Replace codes E111/2/3 with E114/5/6 for indentation of comments; issue #274 | Florent Xicluna | 2014-04-26 | 1 | -0/+6 |
| |/ | |||||
* | | Report E731 for lambda assignment, return E704 for one-liner def instead of ↵ | Florent Xicluna | 2014-05-29 | 1 | -0/+4 |
|\ \ | | | | | | | | | | E701; issue #277 | ||||
| * | | Report E731 for lambda assignment, return E704 for one-liner def instead of ↵ | Florent Xicluna | 2014-04-26 | 1 | -0/+4 |
| |/ | | | | | | | E701; issue #277 | ||||
* | | Add Python 3.4 to .travis.yml | Florent Xicluna | 2014-05-27 | 1 | -1/+1 |
| | | |||||
* | | Fixed #281 in docs | Huw Fulcher | 2014-04-29 | 1 | -1/+2 |
|/ | | | Updated the Configuration section of the Intro Documentation to tell Windows users where their .pep8 configuration file is stored. | ||||
* | Fix documentation build | Florent Xicluna | 2014-04-14 | 1 | -1/+0 |
| | |||||
* | Add total_lines to the developer documentation | Florent Xicluna | 2014-04-14 | 1 | -1/+2 |
| | |||||
* | Update Travis configuration, and the wheel badge | Florent Xicluna | 2014-04-04 | 1 | -1/+1 |
| | |||||
* | Review messages for E713 and E714 | Florent Xicluna | 2014-03-26 | 1 | -2/+2 |
| | |||||
* | Report E131 instead of E121 / E126 for unaligned hanging indent | Florent Xicluna | 2014-03-25 | 1 | -0/+2 |
| | |||||
* | Clarify E121 and E126 for hanging indents, and reports all over-indented ↵ | Florent Xicluna | 2014-03-25 | 1 | -1/+1 |
| | | | | continuation lines under E126. | ||||
* | Merge, add E265 for space before block comment; issue #190 | Florent Xicluna | 2014-03-25 | 1 | -0/+2 |
|\ | |||||
| * | Add E265 for space before block comment; issue #190 | Florent Xicluna | 2013-05-01 | 1 | -0/+2 |
| | | |||||
* | | Merge branch 'master' into issue126 | Florent Xicluna | 2014-03-25 | 2 | -11/+23 |
|\ \ | |||||
| * \ | Merge pull request #260 from chrismedrela/ticket236 | Florent Xicluna | 2014-03-24 | 1 | -0/+5 |
| |\ \ | | | | | | | | | Fixed #236 -- added checks for 'not X in L' and 'not X is Y' | ||||
| | * | | Fixed #236 -- added checks for 'not X in L' and 'not X is Y' | Christopher Medrela | 2013-10-27 | 1 | -0/+5 |
| | | | | |||||
| * | | | Inacurracy in the documentation of the ignore option | Florent Xicluna | 2014-03-24 | 1 | -1/+2 |
| |/ / | |||||
| * | | Missing blank line in documentation | Florent Xicluna | 2013-06-15 | 1 | -0/+1 |
| | | | |||||
| * | | Accept both styles of closing bracket indentation, ignore E123 in the ↵ | Florent Xicluna | 2013-05-02 | 1 | -6/+11 |
| |/ | | | | | | | default configuration | ||||
| * | Optimize the file exclusion feature | Florent Xicluna | 2013-04-16 | 1 | -1/+1 |
| | | |||||
| * | Read configuration from both tox.ini and setup.cfg; issue #182 | Florent Xicluna | 2013-03-24 | 1 | -3/+3 |
| | | |||||
* | | Split E125 for visual indent versus hanging indent; issue #126 | Florent Xicluna | 2013-03-22 | 1 | -1/+3 |
|/ | |||||
* | Mention the # noqa feature in the documentation; issue #180 | Florent Xicluna | 2013-03-21 | 1 | -11/+16 |
| | |||||
* | Update intro.rst for E251 as well | Matthew Wang | 2013-02-26 | 1 | -1/+1 |
| | |||||
* | Report E227 or E228 instead of E225 for whitespace around bitwise, shift or ↵ | Florent Xicluna | 2013-02-24 | 1 | -1/+5 |
| | | | | modulo operators; issue #166 | ||||
* | Few words about flake8 | Florent Xicluna | 2013-02-24 | 1 | -1/+4 |
| | |||||
* | Advertize the pep8-naming extension | Florent Xicluna | 2013-02-24 | 1 | -8/+4 |
| | |||||
* | minor change in docs/conf.py | Florent Xicluna | 2013-02-24 | 1 | -2/+2 |
| | |||||
* | Hide the --doctest and --testsuite options when installed | Florent Xicluna | 2013-02-10 | 1 | -2/+0 |
| | |||||
* | Refactor the testing framework into a separate module | Florent Xicluna | 2013-02-10 | 1 | -4/+0 |
| | |||||
* | Copyright | Florent Xicluna | 2013-02-07 | 1 | -1/+1 |
| | |||||
* | Use OptionParser.prog in read_config instead of 'pep8'; feature #154 | Florent Xicluna | 2013-01-26 | 1 | -0/+1 |
| | |||||
* | Allow to construct a StyleGuide with a custom parser | Florent Xicluna | 2013-01-22 | 1 | -1/+2 |
| | |||||
* | Fix documentation | Florent Xicluna | 2013-01-22 | 1 | -1/+2 |
| | |||||
* | Doc: add E703 to the list of error codes | Florent Xicluna | 2012-12-26 | 1 | -0/+2 |
| | |||||
* | Fix the sample output and remove duplication of the examples. | Florent Xicluna | 2012-12-22 | 1 | -5/+6 |
| |