summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release notes and version bump for v2.5.02.5.0release/2.5.0Ian Cordasco2015-10-242-1/+27
* Add a few more items to our gitignoreIan Cordasco2015-10-241-0/+3
* Bump pyflakes cap to 1.1.0Ian Cordasco2015-10-241-1/+1
* Merge branch 'GeonU/flake8-bug-setuptools-options'Ian Cordasco2015-10-073-12/+98
|\
| * Rewrite some tests from !41Ian Cordasco2015-10-071-21/+30
| * Add option_normalizer test codegeonu2015-10-031-0/+77
| * Delete unnecessary functiongeonu2015-10-031-11/+0
| * Delete unused importgeonu2015-10-031-1/+1
| * Use option_normalizergeonu2015-10-031-3/+2
| * Add option_normalizer for setuptoolsgeonu2015-10-031-0/+12
|/
* Merge branch 'bug/67' into 'master' Ian Cordasco2015-09-282-1/+39
|\
| * Add --enable-extensions flag to Flake8bug/67Ian Cordasco2015-09-272-6/+37
| * Remove enabled extensions from `options.select`Ian Cordasco2015-09-271-1/+8
* | Merge branch 'python-3.5' into 'master' Ian Cordasco2015-09-271-10/+20
|\ \
| * | Update .travis.yml for Python 3.5Ian Cordasco2015-09-271-10/+20
| |/
* | Merge branch 'bug/90' into 'master' Ian Cordasco2015-09-272-1/+45
|\ \ | |/ |/|
| * Add better logic for loading entry pointsbug/90Ian Cordasco2015-09-272-1/+45
|/
* Added link to flake8-respect-noqa extension.Luke Plant2015-09-071-1/+3
* Merge branch 'bug/74' into 'master'Ian Cordasco2015-08-232-2/+157
|\
| * 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
|/
* Merge branch 'bug/69' into 'master'Ian Cordasco2015-08-192-0/+56
|\
| * 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
|/
* Merge branch 'master' into 'master'Ian Cordasco2015-08-161-1/+3
|\
| * docs: Adding flake8-import-order plugin to the list of available pluginsJavier Domingo Cansino2015-08-111-1/+3
|/
* Merge branch 'fix-mock-tests' into 'master'Ian Cordasco2015-07-102-6/+11
|\
| * Pin mock for py26Ian Cordasco2015-07-101-0/+5
| * Fix flake8 tests using mock to work with 1.1.x branchIan Cordasco2015-07-102-6/+6
|/
* Use containers on Travis-CIIan Cordasco2015-07-101-0/+1
* Simplify Travis-CI configIan Cordasco2015-07-101-9/+9
* Fix tests until we can understand why mock breaksIan Cordasco2015-07-101-1/+1
* Merge branch 'master' into 'master'Ian Cordasco2015-07-101-1/+3
|\
| * Add radon to Existing Extensions sectionMichele Lacchia2015-07-101-1/+3
|/
* Update version identifierIan Cordasco2015-06-021-1/+1
* Merge remote-tracking branch 'origin/master'Ian Cordasco2015-06-021-1/+1
|\
| * Raise upper bound on pyflakesIan Cordasco2015-06-011-1/+1
|/
* Update CHANGES for 2.4.12.4.1Ian Cordasco2015-05-181-1/+5
* Turn off dependency requirementsIan Cordasco2015-05-181-1/+2
* Only exclude known bad versions of pep8Ian Cordasco2015-04-301-1/+1
* Add Corey to the CONTRIBUTORS fileIan Cordasco2015-04-301-1/+2
* Fix parsing ignoreTyrel Souza2015-04-303-1/+7
* Merge branch 'windows_docs_fix' into 'master'Ian Cordasco2015-04-301-1/+1
|\
| * Add a note about Windows .flake8 config locationTyrel Souza2015-04-301-1/+1
|/
* Merge branch 'master' into 'master'Ian Cordasco2015-04-191-1/+1
|\
| * Utilize generator expression instead of list comprehensionCorey Farwell2015-04-181-1/+1
|/
* Merge branch 'bug/52' into 'master'Ian Cordasco2015-04-061-1/+1
|\
| * Change the git-hook ignore default to Nonebug/52Ian Cordasco2015-04-051-1/+1
|/
* Merge branch 'fix_jobs_test_underscore' into 'master'Ian Cordasco2015-03-172-2/+113
|\