summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | Allow try/except/else/finally keywords intermixed with imports. #304Ian Lee2014-12-201-6/+9
* | | Dont include html_static_path, suppresses warning when building docs.Ian Lee2014-12-201-1/+1
|/ /
* | Update documentation to match function.Ian Lee2014-12-181-1/+1
* | Merge pull request #353 from jcrocholl/issue319Ian Lee2014-12-184-8/+22
|\ \
| * | Do not skip physical checks if the newline is escaped; issue #319issue319Florent Xicluna2014-12-184-8/+22
|/ /
* | Merge pull request #354 from jcrocholl/feature292Ian Lee2014-12-183-7/+9
|\ \ | |/ |/|
| * Do not enforce whitespaces around ** operator; issue #292feature292Florent Xicluna2014-12-163-7/+9
* | Merge branch fixing issues #330 and #336Florent Xicluna2014-12-173-11/+24
|\ \
| * | Fix false positive E713; issue #330issue336Florent Xicluna2014-12-163-2/+12
| * | Fix false positive E711/E712; issue #336Florent Xicluna2014-12-163-10/+13
| |/
* | Merge pull request #356 from jcrocholl/test-pypy3Ian Lee2014-12-161-0/+2
|\ \
| * | Add tests on PyPy 3 for Travis-CItest-pypy3Florent Xicluna2014-12-171-0/+2
|/ /
* | Add changelog entry for #323Florent Xicluna2014-12-171-0/+3
* | Merge branch 'issue-323'Florent Xicluna2014-12-172-1/+6
|\ \ | |/ |/|
| * This appears to fix #323Ian Cordasco2014-12-171-1/+1
| * Add failing test for #323Ian Cordasco2014-12-171-0/+5
|/
* Update changelog for issue #297Ian Lee2014-12-161-0/+2
* Catch import errors thrown by os.path.expanduser(); issue #297Ian Lee2014-12-161-5/+9
* Add toplevel build dir to git ignore fileIan Lee2014-12-161-0/+1
* Fix definition of isidentifier in Python 2Florent Xicluna2014-12-161-1/+1
* Fix too long line introducing E501 errorIan Lee2014-12-151-1/+2
* Replace the IDENTIFIER_REGEX with the isidentifier functionFlorent Xicluna2014-12-162-8/+8
* Merge pull request #312 from sigmavirus24/bug/311Florent Xicluna2014-12-162-1/+15
|\
| * Update fix for E731Ian Cordasco2014-08-082-2/+10
| * Fix #311. Add regex to check for field assignmentIan Cordasco2014-08-072-1/+7