Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update changelog for issue #363issue-363 | Ian Lee | 2015-01-12 | 1 | -0/+3 |
| | |||||
* | Add flush method to test support PseudoFile object; issue #363 | Ian Lee | 2015-01-12 | 1 | -0/+3 |
| | |||||
* | Reduce calls to sys.stdout.flush() from 3 to 1; issue #363 | Ian Lee | 2015-01-12 | 1 | -9/+8 |
| | |||||
* | sys.stdout.flush() to avoid broken line. | INADA Naoki | 2014-12-27 | 1 | -0/+9 |
| | |||||
* | Merge pull request #360 from jcrocholl/issue-316 | Ian Lee | 2014-12-22 | 4 | -11/+16 |
|\ | | | | | Add E121 and E126 to the DEFAULT_IGNORE list | ||||
| * | Add entry to changelog.issue-316 | Ian Lee | 2014-12-18 | 1 | -0/+2 |
| | | |||||
| * | Update documentation to reflect changes to default; issues #356 #316 | Ian Lee | 2014-12-18 | 1 | -9/+9 |
| | | |||||
| * | Update DEFAULT_IGNORE to add E121 & E126 per discussion in issues #256 #316 | Ian Lee | 2014-12-17 | 2 | -2/+5 |
| | | |||||
* | | Specify the default ignore list in the help options. | Ian Lee | 2014-12-22 | 1 | -1/+2 |
| | | |||||
* | | Merge branch 'issue-304' | Ian Lee | 2014-12-20 | 2 | -7/+35 |
|\ \ | |||||
| * | | Add more test cases for E402; issue #304 | Ian Lee | 2014-12-20 | 1 | -0/+25 |
| | | | |||||
| * | | Update E402 error message emitted | Ian Lee | 2014-12-20 | 1 | -1/+1 |
| | | | |||||
| * | | Allow try/except/else/finally keywords intermixed with imports. #304 | Ian Lee | 2014-12-20 | 1 | -6/+9 |
| | | | | | | | | | | | | | | | * This allows use of conditional imports. * Also move `__version__` definition to conform with this rule. | ||||
* | | | Dont include html_static_path, suppresses warning when building docs. | Ian Lee | 2014-12-20 | 1 | -1/+1 |
|/ / | |||||
* | | Update documentation to match function. | Ian Lee | 2014-12-18 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #353 from jcrocholl/issue319 | Ian Lee | 2014-12-18 | 4 | -8/+22 |
|\ \ | | | | | | | Merged. Going to close the alternate PR, #333. | ||||
| * | | Do not skip physical checks if the newline is escaped; issue #319issue319 | Florent Xicluna | 2014-12-18 | 4 | -8/+22 |
|/ / | |||||
* | | Merge pull request #354 from jcrocholl/feature292 | Ian Lee | 2014-12-18 | 3 | -7/+9 |
|\ \ | |/ |/| | Looks good! | ||||
| * | Do not enforce whitespaces around ** operator; issue #292feature292 | Florent Xicluna | 2014-12-16 | 3 | -7/+9 |
| | | |||||
* | | Merge branch fixing issues #330 and #336 | Florent Xicluna | 2014-12-17 | 3 | -11/+24 |
|\ \ | |||||
| * | | Fix false positive E713; issue #330issue336 | Florent Xicluna | 2014-12-16 | 3 | -2/+12 |
| | | | |||||
| * | | Fix false positive E711/E712; issue #336 | Florent Xicluna | 2014-12-16 | 3 | -10/+13 |
| |/ | |||||
* | | Merge pull request #356 from jcrocholl/test-pypy3 | Ian Lee | 2014-12-16 | 1 | -0/+2 |
|\ \ | | | | | | | Add tests on PyPy 3 for Travis-CI | ||||
| * | | Add tests on PyPy 3 for Travis-CItest-pypy3 | Florent Xicluna | 2014-12-17 | 1 | -0/+2 |
|/ / | |||||
* | | Add changelog entry for #323 | Florent Xicluna | 2014-12-17 | 1 | -0/+3 |
| | | |||||
* | | Merge branch 'issue-323' | Florent Xicluna | 2014-12-17 | 2 | -1/+6 |
|\ \ | |/ |/| | |||||
| * | This appears to fix #323 | Ian Cordasco | 2014-12-17 | 1 | -1/+1 |
| | | | | | | | | I am very skeptical of this though | ||||
| * | Add failing test for #323 | Ian Cordasco | 2014-12-17 | 1 | -0/+5 |
|/ | |||||
* | Update changelog for issue #297 | Ian Lee | 2014-12-16 | 1 | -0/+2 |
| | |||||
* | Catch import errors thrown by os.path.expanduser(); issue #297 | Ian Lee | 2014-12-16 | 1 | -5/+9 |
| | | | | * This can happen particularly with AppEngine when importing pwd | ||||
* | Add toplevel build dir to git ignore file | Ian Lee | 2014-12-16 | 1 | -0/+1 |
| | |||||
* | Fix definition of isidentifier in Python 2 | Florent Xicluna | 2014-12-16 | 1 | -1/+1 |
| | |||||
* | Fix too long line introducing E501 error | Ian Lee | 2014-12-15 | 1 | -1/+2 |
| | |||||
* | Replace the IDENTIFIER_REGEX with the isidentifier function | Florent Xicluna | 2014-12-16 | 2 | -8/+8 |
| | |||||
* | Merge pull request #312 from sigmavirus24/bug/311 | Florent Xicluna | 2014-12-16 | 2 | -1/+15 |
|\ | | | | | Fix #311. Add regex to check for field assignment | ||||
| * | Update fix for E731 | Ian Cordasco | 2014-08-08 | 2 | -2/+10 |
| | | | | | | | | Thanks to @mypalmike for thinking of the extra cases | ||||
| * | Fix #311. Add regex to check for field assignment | Ian Cordasco | 2014-08-07 | 2 | -1/+7 |
| | | |||||
* | | TestCase.assertEqual is the recommended spelling | Florent Xicluna | 2014-12-15 | 1 | -11/+11 |
| | | |||||
* | | Review changelog | Florent Xicluna | 2014-12-15 | 1 | -4/+6 |
| | | |||||
* | | Remove noise from testsuite/E12not.py | Florent Xicluna | 2014-12-15 | 1 | -2/+0 |
| | | |||||
* | | Merge branch 'issue304' | Ian Lee | 2014-12-14 | 5 | -1/+67 |
|\ \ | |||||
| * | | Rename check to signify that it applies to module level imports only; issue #304 | Ian Lee | 2014-12-14 | 1 | -1/+2 |
| | | | |||||
| * | | Add error code E402 to docs; issue #304 | Ian Lee | 2014-12-14 | 1 | -0/+2 |
| | | | |||||
| * | | Merge remote-tracking branch 'yole/import-on-top-of-file' into issue304 | Ian Lee | 2014-12-14 | 4 | -1/+64 |
| |\ \ |/ / / | |||||
| * | | Report E402 for imports not on top of file; issue #264. Also add ability to ↵ | Dmitry Jemerov | 2014-07-24 | 4 | -1/+64 |
| |/ | | | | | | | keep local state for each checker plugin. #ep14boat | ||||
* | | Add changelog for #335 | Ian Lee | 2014-12-13 | 1 | -0/+2 |
| | | |||||
* | | Merge pull request #340 from bdkearns/master | Ian Lee | 2014-12-13 | 2 | -2/+4 |
|\ \ | | | | | | | Merged, thanks! | ||||
| * | | add .tox to DEFAULT_EXCLUDE | Brian Kearns | 2014-10-23 | 2 | -2/+4 |
| |/ | |||||
* | | Merge pull request #347 from helenst/e711-reverse-comparison | Ian Lee | 2014-12-13 | 2 | -4/+29 |
|\ \ | | | | | | | Looks good, thanks! | ||||
| * | | Fixed operator check for E711/E712 (Ref #307) | Helen ST | 2014-12-11 | 1 | -1/+1 |
| | | |