summaryrefslogtreecommitdiff
path: root/flake8
Commit message (Expand)AuthorAgeFilesLines
* Add better logic for loading entry pointsbug/90Ian Cordasco2015-09-272-1/+45
* Add tests around the OSError retry logicIan Cordasco2015-08-222-4/+89
* Add a helper method for retrying checks in serialIan Cordasco2015-08-201-6/+16
* Refactor how we use StyleGuides for better error recoverybug/74Ian Cordasco2015-08-191-2/+62
* Add a regression test for EPIPE IOErrorsIan Cordasco2015-08-181-0/+36
* Handle EPIPE IOErrors when using more than 1 jobbug/69Ian Cordasco2015-08-161-0/+20
* Fix flake8 tests using mock to work with 1.1.x branchIan Cordasco2015-07-101-5/+5
* Update version identifierIan Cordasco2015-06-021-1/+1
* Turn off dependency requirementsIan Cordasco2015-05-181-1/+2
* Fix parsing ignoreTyrel Souza2015-04-302-1/+6
* Utilize generator expression instead of list comprehensionCorey Farwell2015-04-181-1/+1
* Change the git-hook ignore default to Nonebug/52Ian Cordasco2015-04-051-1/+1
* Move test back where it wasChristian Long2015-03-161-3/+3
* Document the other things I triedChristian Long2015-03-161-55/+18
* Run some tests separatelyChristian Long2015-03-161-5/+151
* Rename fileChristian Long2015-03-161-0/+0
* Shorten variable name. Add commentsChristian Long2015-03-111-11/+9
* Fix hook test on WindowsChristian Long2015-03-111-6/+26
* Removed some unused testing code.Michael McNeil Forbes2015-03-091-20/+0
* Fix issue #39.Michael McNeil Forbes2015-03-081-1/+2
* Added test demonstrating issue #39Michael McNeil Forbes2015-03-081-0/+38
* Update version and release notes for 2.4.02.4.0Ian Cordasco2015-03-071-1/+1
* Merge branch 'christianmlong/issue/8'Ian Cordasco2015-03-075-7/+241
|\
| * Slightly simplify our conditionalsIan Cordasco2015-03-074-11/+18
| * Add --verbose flag, and tests for it.Christian Long2015-03-062-35/+54
| * Add warnings when --jobs is invalidChristian Long2015-03-062-0/+200
| * Fix tests on WindowsChristian Long2015-02-231-2/+10
* | Add compatibility layer for Python 2.6Ian Cordasco2015-03-063-1/+18
* | Merge branch 'local/pr/2'Ian Cordasco2015-03-063-110/+46
|\ \
| * | Simplify @mpenkov's fix for exclude in git hooksIan Cordasco2015-03-063-111/+46
* | | Merge remote-tracking branch 'origin/gh/2'Ian Cordasco2015-03-062-1/+104
|\ \ \ | |_|/ |/| |
| * | WIPmpenkov-masterIan Cordasco2015-03-061-6/+5
| |/
| * Adding unit tests for fix in 218949aMichael Penkov2015-02-072-7/+103
| * Correctly handle exclude patterns in git_hookMichael Penkov2014-11-111-1/+9
* | Refactor some bits of flake8.hooksIan Cordasco2015-02-221-20/+27
* | Merge branch 'use_git_config_in_hook' into 'master'Ian Cordasco2015-02-231-11/+43
|\ \
| * | Use git config before os.environOleg Broytman2015-02-161-7/+40
| * | Minor refactoringOleg Broytman2015-02-161-4/+3
* | | Update release notes, dependencies, and versionIan Cordasco2015-02-221-1/+1
* | | Truly mimic pep8's -q functionalityIan Cordasco2015-02-222-2/+12
|/ /
* | Bump version to 2.3.0 and update changelog2.3.0Ian Cordasco2015-01-041-1/+1
* | Add --output-file optionIan Cordasco2014-12-272-14/+33
* | Merge branch 'feature/register-optional-checks' into 'master'Ian Cordasco2014-12-272-4/+37
|\ \
| * | Prevent unintended behaviour modifying options.ignorefeature/register-optional-checksIan Cordasco2014-12-181-5/+7
| * | Add ability to turn checks off by defaultIan Cordasco2014-12-182-4/+35
* | | Fix missing importINADA Naoki2014-12-271-0/+1
* | | flush() for each print()INADA Naoki2014-12-271-0/+31
|/ /
* | Merge branch 'extra_include_eggs' into 'master'Ian Cordasco2014-12-061-1/+1
|\ \
| * | Add .eggs and *.egg to EXTRA_EXCLUDEMarc Abramowitz2014-11-251-1/+1
* | | Merge branch 'master' into 'master'Ian Cordasco2014-12-061-1/+2
|\ \ \ | |/ / |/| |