summaryrefslogtreecommitdiff
path: root/flake8
Commit message (Expand)AuthorAgeFilesLines
* Bump version for 2.5.3 and update changes2.5.3Ian Cordasco2016-02-111-1/+1
* Definitely fix bug reading options from config filesIan Cordasco2016-02-112-3/+3
* Bump version to 2.5.22.5.2Ian Cordasco2016-01-301-1/+1
* Add output_file and enable_extensions to config optsIan Cordasco2016-01-301-0/+1
* On Python 2.6 TestCase.assertRaises is not a context managerIan Cordasco2015-12-301-2/+1
* Adding include in and exclude from doctestsJason Myers2015-12-303-3/+134
* Isolate the commands that raise OSErrorIan Cordasco2015-12-171-4/+6
* Fix checking for repo dir without git/hgadammhaile2015-12-161-9/+15
* Bump version for v2.5.12.5.1Ian Cordasco2015-12-071-1/+1
* Update stdin_get_value monkey-patchingIan Cordasco2015-12-071-8/+15
* Cache stdin for Flake8 pluginspep8-stdin-fixIan Cordasco2015-12-041-0/+14
* Add .flake8 to PROJECT_CONFIG for local config filesbug/103Ian Cordasco2015-11-231-0/+2
* Release notes and version bump for v2.5.02.5.0release/2.5.0Ian Cordasco2015-10-241-1/+1
* 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
* | 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