Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updated tests and doc examples -> pycodestylepackage-pycodestyle | Ian Lee | 2016-05-26 | 1 | -71/+74 |
| | |||||
* | Fix typo | Jakub Wilk | 2016-05-25 | 1 | -1/+1 |
| | |||||
* | Add W503 to default ignore list | Ian Cordasco | 2016-04-23 | 1 | -1/+1 |
| | | | | Closes #498 | ||||
* | Support Python 3.5 | Steven Myint | 2015-07-14 | 1 | -0/+3 |
| | | | | | | | This involves fixing a test and avoiding a function deprecated since Python 3.0. https://docs.python.org/dev/library/inspect.html#inspect.getargspec | ||||
* | Update DEFAULT_IGNORE to add E121 & E126 per discussion in issues #256 #316 | Ian Lee | 2014-12-17 | 1 | -1/+4 |
| | |||||
* | Merge pull request #340 from bdkearns/master | Ian Lee | 2014-12-13 | 1 | -1/+3 |
|\ | | | | | Merged, thanks! | ||||
| * | add .tox to DEFAULT_EXCLUDE | Brian Kearns | 2014-10-23 | 1 | -1/+3 |
| | | |||||
* | | Remove stdout check that fails under pypy. | Ian Lee | 2014-12-13 | 1 | -8/+1 |
| | | | | | | | | | | This second E901 error actually only shows up in the test framework and does not happen if you run the code within the Python interpreter. | ||||
* | | Don't crash if build_tokens_line() returns None; issue #306 | Ian Lee | 2014-12-13 | 1 | -0/+45 |
|/ | |||||
* | Do not report E704 in the default configuration; issue #277 | Florent Xicluna | 2014-05-29 | 1 | -1/+1 |
| | |||||
* | Fix tests | Florent Xicluna | 2014-04-26 | 1 | -2/+2 |
| | |||||
* | Merge checker W292 with checker W391 for better performance | Florent Xicluna | 2014-04-14 | 1 | -1/+1 |
| | |||||
* | Remove an extra comma in the test | Florent Xicluna | 2014-03-26 | 1 | -1/+1 |
| | |||||
* | Ack PyPy SyntaxError | Florent Xicluna | 2014-03-26 | 1 | -2/+9 |
| | |||||
* | Add a message for test_check_nullbytes | Florent Xicluna | 2014-03-26 | 1 | -1/+2 |
| | |||||
* | Merge, add E265 for space before block comment; issue #190 | Florent Xicluna | 2014-03-25 | 1 | -2/+2 |
|\ | |||||
| * | Add E265 for space before block comment; issue #190 | Florent Xicluna | 2013-05-01 | 1 | -2/+2 |
| | | |||||
* | | Revert previous change and fix the 'paths' keyword argument instead; fixes #246 | Florent Xicluna | 2014-03-23 | 1 | -1/+1 |
| | | |||||
* | | Fix issue with --select and flake8 extensions; issue #216 | Florent Xicluna | 2013-07-04 | 1 | -0/+7 |
| | | |||||
* | | Merge pull request #207 from jcrocholl/issue103 | Florent Xicluna | 2013-06-15 | 1 | -2/+2 |
|\ \ | | | | | | | Fix issue #103 - closing bracket indentation gains flexibility | ||||
| * | | Of course the testsuite needs fixing to ignore E123 too | Florent Xicluna | 2013-05-02 | 1 | -2/+2 |
| |/ | |||||
* | | Don't crash when checking the BOM on Unicode lines, with Python 2 | Florent Xicluna | 2013-05-05 | 1 | -2/+17 |
|/ | |||||
* | Do not crash when running AST checks and the document contains null bytes | Florent Xicluna | 2013-04-27 | 1 | -13/+21 |
| | |||||
* | Give priority to --select over --ignore; issue #188 | Florent Xicluna | 2013-04-16 | 1 | -0/+12 |
| | |||||
* | Fix two test cases for Python 3.3 | Florent Xicluna | 2013-03-02 | 1 | -2/+4 |
| | |||||
* | More API tests | Florent Xicluna | 2013-03-02 | 1 | -1/+214 |
| | |||||
* | Add more tests for the CLI; issue #162 | Florent Xicluna | 2013-03-02 | 1 | -0/+81 |