summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fixed #452 - Mention `ignore` in Error codes and not Configurationissue-452Ian Lee2015-10-251-4/+0
* Merge pull request #442 from tonkoandrew/masterIan Lee2015-10-082-1/+19
|\
| * Fix regression in catching E711 (issue #435), add testsAndrew Tonko2015-10-072-1/+19
|/
* Merge pull request #440 from sigmavirus24/py35Ian Cordasco2015-09-171-0/+6
|\
| * Add python 3.5 supportIan Cordasco2015-09-171-0/+6
* | Fixed #437 -- Use https instead of http for linkIan Lee2015-09-101-1/+1
* | Moved splitting into _parse_multi_options functionIan Lee2015-09-101-5/+5
* | Added minor visual whitespace improvementIan Lee2015-09-101-0/+5
* | Fixed issue with mixed theme on RTDIan Lee2015-09-091-1/+5
* | Fixed table formatting typoIan Lee2015-09-091-190/+190
* | Escape inline asteriskIan Lee2015-09-081-2/+2
* | Updated default html_theme per Sphinx updatesupdate_sphinxIan Lee2015-09-081-1/+1
* | Merge pull request #436 from sigmavirus24/pr/409Ian Cordasco2015-09-071-2/+2
|\ \
| * | Use report instead of analyze in the help textIan Cordasco2015-09-071-1/+1
| * | Reworded --diff flag help string to improve clarity (which created misunderst...nixscripter2015-09-071-2/+2
|/ /
* | Merge pull request #419 from sigmavirus24/update-docsIan Cordasco2015-09-075-8/+8
|\ \
| * | Update all documentation and links to use PyCQAIan Cordasco2015-09-075-8/+8
|/ /
* | Merge pull request #429 from doismellburning/feature/file-parsing-flexibilityIan Cordasco2015-09-073-4/+82
|\ \ | |/ |/|
| * Improved parsing of multiline option values (including trailing commas)Kristian Glass2015-08-221-3/+19
| * Test behaviour regarding multi-line ignore parsing in config_fileKristian Glass2015-08-222-1/+63
|/
* Merge pull request #420 from myint/masterIan Lee2015-07-153-3/+14
|\
| * Generalize deprecation avoidanceSteven Myint2015-07-141-7/+9
| * Test on Python 3.5Steven Myint2015-07-141-0/+1
| * Support older Python 3Steven Myint2015-07-141-1/+1
| * Support Python 3.5Steven Myint2015-07-142-2/+10
* | Merge pull request #421 from sigmavirus24/travis-updatesIan Lee2015-07-141-4/+1
|\ \ | |/ |/|
| * Remove pypy* from allowed failuresIan Cordasco2015-07-141-4/+1
|/
* Merge pull request #417 from myint/patch-1Ian Cordasco2015-07-111-3/+3
|\
| * Point to new GitHub URLSteven Myint2015-07-111-3/+3
|/
* Merge pull request #415 from sigmavirus24/patch-1Ian Lee2015-07-051-0/+5
|\
| * Add W503 to the error code table in the docsIan Cordasco2015-07-041-0/+5
|/
* Reverted fix for #368 which had unintended repurcussions in flake8 and other ...Ian Lee2015-03-172-14/+20
* Updated licensing dates to 2015Ian Lee2015-03-133-2/+3
* Bump version post releaseIan Lee2015-03-132-1/+4
* Release version 1.6.21.6.2Ian Lee2015-02-152-2/+2
* Update changelog for #380Ian Lee2015-02-151-0/+4
* Fixed tests from previous commitIan Lee2015-02-151-1/+1
* Fixed regression which caused pep8 to not be able to pass in config file; iss...Ian Lee2015-02-151-4/+11
* Bump version numberIan Lee2015-02-141-1/+1
* Update changelogIan Lee2015-02-081-0/+9
* Merge pull request #305 from yole/break-around-binary-operatorIan Lee2015-02-082-7/+47
|\
| * Fix violations of new rule in pep8.py. #ep14boatDmitry Jemerov2014-07-241-8/+9
| * Report W503 for line breaks before binary operators; issue #197. #ep14boatDmitry Jemerov2014-07-242-3/+42
* | Release version 1.6.11.6.1Ian Lee2015-02-082-2/+2
* | Updated changelogIan Lee2015-02-071-0/+4
* | Fixed #287 -- 'variable is referenced before assignment' errorIan Lee2015-02-071-0/+2
* | Merge pull request #313 from hongqn/e721-noqaIan Lee2015-02-072-3/+3
|\ \
| * | allow use # noqa to disable E721 warningQiangning Hong2014-08-082-3/+3
| |/
* | Fix undefined variable issue; #377Ian Lee2015-02-072-1/+5
* | Start work on next versionIan Lee2015-02-062-1/+5