summaryrefslogtreecommitdiff
path: root/testsuite/test_api.py
Commit message (Expand)AuthorAgeFilesLines
* Support for space indents with size other than 4Jason Ansel2020-11-181-0/+49
* Instrument code coverageAnthony Sottile2020-03-241-36/+28
* Expect lines to be indented 8 places when tabs are usedJon Dufresne2019-01-311-2/+2
* Add check for over-indented blocksJon Dufresne2019-01-241-2/+2
* Remove support for EOL Python 2.6 and 3.3Jon Dufresne2018-06-021-4/+4
* Implement W505 - Max Doc Length checkBrian Van Klaveren2018-05-111-0/+6
* Fix up testsuite for W504Ian Stapleton Cordasco2018-01-171-2/+2
* Reverted a few spelling changesIan Lee2016-06-061-1/+1
* Fix typosSusan Tan2016-06-061-1/+1
* Change all references to the pep8 project to say pycodestyleMaxPayton2016-06-031-1/+1
* Updated tests and doc examples -> pycodestylepackage-pycodestyleIan Lee2016-05-261-71/+74
* Fix typoJakub Wilk2016-05-251-1/+1
* Add W503 to default ignore listIan Cordasco2016-04-231-1/+1
* Support Python 3.5Steven Myint2015-07-141-0/+3
* Update DEFAULT_IGNORE to add E121 & E126 per discussion in issues #256 #316Ian Lee2014-12-171-1/+4
* Merge pull request #340 from bdkearns/masterIan Lee2014-12-131-1/+3
|\
| * add .tox to DEFAULT_EXCLUDEBrian Kearns2014-10-231-1/+3
* | Remove stdout check that fails under pypy.Ian Lee2014-12-131-8/+1
* | Don't crash if build_tokens_line() returns None; issue #306Ian Lee2014-12-131-0/+45
|/
* Do not report E704 in the default configuration; issue #277Florent Xicluna2014-05-291-1/+1
* Fix testsFlorent Xicluna2014-04-261-2/+2
* Merge checker W292 with checker W391 for better performanceFlorent Xicluna2014-04-141-1/+1
* Remove an extra comma in the testFlorent Xicluna2014-03-261-1/+1
* Ack PyPy SyntaxErrorFlorent Xicluna2014-03-261-2/+9
* Add a message for test_check_nullbytesFlorent Xicluna2014-03-261-1/+2
* Merge, add E265 for space before block comment; issue #190Florent Xicluna2014-03-251-2/+2
|\
| * Add E265 for space before block comment; issue #190Florent Xicluna2013-05-011-2/+2
* | Revert previous change and fix the 'paths' keyword argument instead; fixes #246Florent Xicluna2014-03-231-1/+1
* | Fix issue with --select and flake8 extensions; issue #216Florent Xicluna2013-07-041-0/+7
* | Merge pull request #207 from jcrocholl/issue103Florent Xicluna2013-06-151-2/+2
|\ \
| * | Of course the testsuite needs fixing to ignore E123 tooFlorent Xicluna2013-05-021-2/+2
| |/
* | Don't crash when checking the BOM on Unicode lines, with Python 2Florent Xicluna2013-05-051-2/+17
|/
* Do not crash when running AST checks and the document contains null bytesFlorent Xicluna2013-04-271-13/+21
* Give priority to --select over --ignore; issue #188Florent Xicluna2013-04-161-0/+12
* Fix two test cases for Python 3.3Florent Xicluna2013-03-021-2/+4
* More API testsFlorent Xicluna2013-03-021-1/+214
* Add more tests for the CLI; issue #162Florent Xicluna2013-03-021-0/+81