summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | Release version 1.61.6Ian Lee2015-02-062-3/+3
* | Update changelog; issue #368 / #369issue-368Ian Lee2015-02-051-0/+3
* | Update configuration documentation; issue #368 / #369Ian Lee2015-02-051-1/+9
* | Update the ordering of configs parsed; issue #368 / #369Ian Lee2015-02-051-19/+21
* | #368 don't search the direcotry tree if config was defined with --configJason Killen2015-02-011-9/+10
* | Merge branch 'issue-363' into masterIan Lee2015-01-263-0/+14
|\ \
| * | Update changelog for issue #363issue-363Ian Lee2015-01-121-0/+3
| * | Add flush method to test support PseudoFile object; issue #363Ian Lee2015-01-121-0/+3
| * | Reduce calls to sys.stdout.flush() from 3 to 1; issue #363Ian Lee2015-01-121-9/+8
| * | sys.stdout.flush() to avoid broken line.INADA Naoki2014-12-271-0/+9
* | | Allow backslash to end a line if within inline comment; issue #374Ian Lee2015-01-262-1/+7
* | | Update docs for configurationIan Lee2014-12-291-3/+3
* | | Merge branch 'issue-315'Ian Lee2014-12-291-2/+11
|\ \ \
| * | | Update documentation to match config file location change in last commit.Simon Kennedy2014-12-291-2/+11
|/ / /
* | | Merge pull request #361 from jcrocholl/issue-357Ian Lee2014-12-293-1/+18
|\ \ \ | |/ / |/| |
| * | Only an annotated function if in the first layer of parensIan Lee2014-12-291-2/+2
| * | Update tests for issue #357Ian Lee2014-12-292-1/+8
| * | Allow spaces around equals sign of an annotated function definition parameter...Ian Lee2014-12-292-1/+11
|/ /
* | Merge pull request #360 from jcrocholl/issue-316Ian Lee2014-12-224-11/+16
|\ \
| * | Add entry to changelog.issue-316Ian Lee2014-12-181-0/+2
| * | Update documentation to reflect changes to default; issues #356 #316Ian Lee2014-12-181-9/+9
| * | Update DEFAULT_IGNORE to add E121 & E126 per discussion in issues #256 #316Ian Lee2014-12-172-2/+5
* | | Specify the default ignore list in the help options.Ian Lee2014-12-221-1/+2
* | | Merge branch 'issue-304'Ian Lee2014-12-202-7/+35
|\ \ \
| * | | Add more test cases for E402; issue #304Ian Lee2014-12-201-0/+25
| * | | Update E402 error message emittedIan Lee2014-12-201-1/+1