summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* Delete W601 -> W604 warningsDanny Sepler2022-10-181-12/+0
* make the example ignore a valid prefixAnthony Sottile2022-09-281-1/+1
* docs: Fix double-dash converted to en-dashWilliam Andrea2022-02-241-1/+1
* docs: E203 also applies to comma and semicolonWilliam Andrea2021-11-221-1/+1
* Remove involuntary NBSP from the documentationPierre Sassoulas2021-11-091-2/+2
* run pyupgradeAnthony Sottile2021-11-081-7/+6
* add simple .pre-commit-config.yamlAnthony Sottile2021-10-101-44/+43
* drop python 3.4drop_py34Anthony Sottile2021-03-161-4/+4
* Support for space indents with size other than 4Jason Ansel2020-11-181-0/+1
* Update documentation URLsSebastiaan Lokhorst2020-05-241-1/+1
* Add check for over-indented blocksJon Dufresne2019-01-241-0/+1
* Remove suggestion and documentation of using unmaintained noseJon Dufresne2018-09-151-3/+0
* Update all pypi.python.org URLs to pypi.orgJon Dufresne2018-06-091-2/+2
* Remove support for EOL Python 2.6 and 3.3Jon Dufresne2018-06-021-2/+1
* Implement W505 - Max Doc Length checkBrian Van Klaveren2018-05-111-6/+11
* Add explanation about the default configurationToshiki Hirao2018-04-221-0/+2
* Merge pull request #684 from jdufresne/async-awaitIan Stapleton Cordasco2018-02-171-0/+2
|\
| * Add W606 warning for async and await keywords in Python 3.7Jon Dufresne2017-09-301-0/+2
* | Describe code W504 line break after binary operatorPeter Cock2018-01-231-4/+7
* | Add Python 3.6Hugo2017-12-111-2/+2
* | Fix space in flag nameWilfred Hughes2017-10-251-2/+2
* | Maintain alphabetical orderingAnn Paul2017-10-141-1/+1
* | Config file example for boolean flagsAnn Paul2017-10-141-0/+2
|/
* Add W605 warning for invalid escape sequences in string literalsJon Dufresne2017-09-101-0/+2
* warn about bare except clauseŁukasz Rogalski2016-12-281-0/+2
* Add E306 to docs⁣ Florian Best2016-11-081-0/+2
* Fix issue #400: Require two blank lines after toplevel def, classNikhil Benesch2016-06-251-0/+2
* Updated text about running tests with tox; Closes #552Ian Lee2016-06-251-2/+1
* Merge pull request #525 from mtmiller/issue341Ian Lee2016-06-061-0/+6
|\
| * Report E742 and E743 for badly named functions and classesMike Miller2016-06-031-0/+4
| * Report E741 for prohibited single-letter variablesMike Miller2016-06-021-0/+2
* | Updated Travis CI doc linkIan Lee2016-06-061-1/+1
* | Updated docs related to tested Python versionsIan Lee2016-06-061-2/+2
* | Fixed wrapping of text in developer.rstIan Lee2016-06-061-1/+2
* | Updated developer documentation for testingIan Lee2016-06-061-4/+7
* | Add test-requirements.txt with basic test packagesSusan Tan2016-06-061-0/+7
* | Merge pull request #532 from mtmiller/doc-updateIan Lee2016-06-061-1/+1
|\ \
| * | Update Python version list in docsMike Miller2016-06-031-1/+1
| |/
* | Change all references to the pep8 project to say pycodestyleMaxPayton2016-06-031-10/+11
|/
* Removed project level `.pep8` config fileIan Lee2016-05-311-3/+2
* Improved formatting of filename referencing in docsIan Lee2016-05-312-10/+10
* Updated docs to remove another pep8 based referenceIan Lee2016-05-311-3/+3
* Updated two more references to old namedoc-updateIan Lee2016-05-291-1/+2
* Updated project name in docsIan Lee2016-05-298-74/+69
* Finished updating rtd linksupdate-rtd-linksIan Lee2016-05-291-1/+1
* Convert readthedocs link for their .org -> .io migration for hosted projectsAdam Chainz2016-05-292-2/+2
* Updated tests and doc examples -> pycodestylepackage-pycodestyleIan Lee2016-05-261-11/+11
* Changed heading line format for consistencyIan Lee2016-05-241-1/+1
* Re-added shebang line that was removedIan Lee2016-05-241-0/+1
* add examples showing StyleGuide config optionsNicholas Chammas2016-05-211-3/+19