summaryrefslogtreecommitdiff
path: root/docs/intro.rst
Commit message (Expand)AuthorAgeFilesLines
* Removed project level `.pep8` config fileIan Lee2016-05-311-3/+2
* Improved formatting of filename referencing in docsIan Lee2016-05-311-5/+5
* Updated two more references to old namedoc-updateIan Lee2016-05-291-1/+2
* Updated project name in docsIan Lee2016-05-291-25/+20
* Convert readthedocs link for their .org -> .io migration for hosted projectsAdam Chainz2016-05-291-1/+1
* Updated text list of "ignored by default" codesfollowup-to-499Ian Lee2016-04-281-2/+2
* Add W503 to default ignore listIan Cordasco2016-04-231-1/+1
* complain about missing space before opening parentheses of import statementƁukasz Rogalski2016-03-291-0/+2
* Updated source code links to point to new repository name; issue #466 / #481Ian Lee2016-02-221-1/+1
* Changed link from pep257 to pydocstyle now that project has been renamed.Alasdair Nicol2016-02-161-1/+1
* Fixed #452 - Mention `ignore` in Error codes and not Configurationissue-452Ian Lee2015-10-251-4/+0
* Fixed table formatting typoIan Lee2015-09-091-190/+190
* Escape inline asteriskIan Lee2015-09-081-2/+2
* Update all documentation and links to use PyCQAIan Cordasco2015-09-071-1/+1
* Add W503 to the error code table in the docsIan Cordasco2015-07-041-0/+5
* Merge pull request #313 from hongqn/e721-noqaIan Lee2015-02-071-1/+1
|\
| * allow use # noqa to disable E721 warningQiangning Hong2014-08-081-1/+1
* | Update docs for configurationIan Lee2014-12-291-3/+3
* | Update documentation to match config file location change in last commit.Simon Kennedy2014-12-291-2/+11
* | Merge pull request #360 from jcrocholl/issue-316Ian Lee2014-12-221-9/+9
|\ \
| * | Update documentation to reflect changes to default; issues #356 #316Ian Lee2014-12-181-9/+9
* | | Update documentation to match function.Ian Lee2014-12-181-1/+1
|/ /
* | Add error code E402 to docs; issue #304Ian Lee2014-12-141-0/+2
* | Dont need to make a sphinx table header explicitly boldIan Lee2014-12-131-2/+2
* | Fixed the formatting in the tableIlambharathi Kanniah2014-07-311-1/+1
* | Added variables table for clarityIlambharathi Kanniah2014-07-311-0/+16
* | 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