summaryrefslogtreecommitdiff
path: root/docs/intro.rst
Commit message (Expand)AuthorAgeFilesLines
...
* | Corrected some formattingIlambharathi Kanniah2014-07-311-2/+3
* | #198 --feature doc updated.Ilambharathi Kanniah2014-07-311-0/+10
|/
* Do not report E704 in the default configuration; issue #277Florent Xicluna2014-05-291-2/+2
* Report E266 instead of E265 when the block common starts with multiple #; iss...Florent Xicluna2014-05-291-0/+2
|\
| * Report E266 instead of E265 when the block common starts with multiple #; iss...Florent Xicluna2014-04-261-0/+2
* | Replace codes E111/2/3 with E114/5/6 for indentation of comments; issue #274Florent Xicluna2014-05-291-0/+6
|\ \
| * | Replace codes E111/2/3 with E114/5/6 for indentation of comments; issue #274Florent Xicluna2014-04-261-0/+6
| |/
* | Report E731 for lambda assignment, return E704 for one-liner def instead of E...Florent Xicluna2014-05-291-0/+4
|\ \
| * | Report E731 for lambda assignment, return E704 for one-liner def instead of E...Florent Xicluna2014-04-261-0/+4
| |/
* | Fixed #281 in docsHuw Fulcher2014-04-291-1/+2
|/
* Review messages for E713 and E714Florent Xicluna2014-03-261-2/+2
* Report E131 instead of E121 / E126 for unaligned hanging indentFlorent Xicluna2014-03-251-0/+2
* Clarify E121 and E126 for hanging indents, and reports all over-indented cont...Florent Xicluna2014-03-251-1/+1
* Merge, add E265 for space before block comment; issue #190Florent Xicluna2014-03-251-0/+2
|\
| * Add E265 for space before block comment; issue #190Florent Xicluna2013-05-011-0/+2
* | Merge branch 'master' into issue126Florent Xicluna2014-03-251-10/+22
|\ \
| * \ Merge pull request #260 from chrismedrela/ticket236Florent Xicluna2014-03-241-0/+5
| |\ \
| | * | Fixed #236 -- added checks for 'not X in L' and 'not X is Y'Christopher Medrela2013-10-271-0/+5
| * | | Inacurracy in the documentation of the ignore optionFlorent Xicluna2014-03-241-1/+2
| |/ /
| * | Missing blank line in documentationFlorent Xicluna2013-06-151-0/+1
| * | Accept both styles of closing bracket indentation, ignore E123 in the default...Florent Xicluna2013-05-021-6/+11
| |/
| * Read configuration from both tox.ini and setup.cfg; issue #182Florent Xicluna2013-03-241-3/+3
* | Split E125 for visual indent versus hanging indent; issue #126Florent Xicluna2013-03-221-1/+3
|/
* Mention the # noqa feature in the documentation; issue #180Florent Xicluna2013-03-211-11/+16
* Update intro.rst for E251 as wellMatthew Wang2013-02-261-1/+1
* Report E227 or E228 instead of E225 for whitespace around bitwise, shift or m...Florent Xicluna2013-02-241-1/+5
* Few words about flake8Florent Xicluna2013-02-241-1/+4
* Advertize the pep8-naming extensionFlorent Xicluna2013-02-241-8/+4
* Hide the --doctest and --testsuite options when installedFlorent Xicluna2013-02-101-2/+0
* Doc: add E703 to the list of error codesFlorent Xicluna2012-12-261-0/+2
* Fix the sample output and remove duplication of the examples.Florent Xicluna2012-12-221-5/+6
* Option --repeat is obsoleteFlorent Xicluna2012-12-221-1/+0
* Load the configuration from tox.ini if present; issue #141Florent Xicluna2012-12-221-2/+4
* Load the configuration from setup.cfg if present; issue #93Florent Xicluna2012-12-221-1/+2
* Add a table of content to the intro.rstFlorent Xicluna2012-12-221-0/+3
* Include the sample configuration and the list of codes in the documentation, ...Florent Xicluna2012-12-221-2/+182
* Add a disclaimer about consistency and missing features, like feature #113Florent Xicluna2012-12-221-1/+50
* Turn the feature request #143 into an example of advanced usage.Florent Xicluna2012-12-221-0/+14
* Add Sphinx documentationFlorent Xicluna2012-12-221-0/+109