summaryrefslogtreecommitdiff
path: root/src/flake8/plugins
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'entrypoints' into 'master'Anthony Sottile2018-11-211-20/+10
|\
| * Replace setuptools with entrypointsAnthony Sottile2018-11-051-20/+10
* | Grammar fixesVille Skyttä2018-11-111-1/+1
|/
* Fix collections ABCs deprecation warning.Jintao Zhang2018-10-231-2/+7
* Use black to reformat Flake8Ian Stapleton Cordasco2018-10-204-123/+150
* Update to pyflakes 2.0.0Miro Hrončok2018-06-051-0/+2
* Update our plugin registration for debuggingIan Stapleton Cordasco2017-08-081-2/+0
* Append [local] to version of local plugins.Carl Meyer2017-08-061-4/+11
* Minor argument changes.Carl Meyer2017-08-061-1/+1
* Add support for local (in-repo, non-setuptools) plugins.Carl Meyer2017-08-031-13/+40
* Prefer iter(dict) instead of dict.keys()Jon Dufresne2017-05-271-1/+1
* Clean up some uses of set, list, and dictJon Dufresne2017-05-131-29/+29
* Fix docstring violationsIan Cordasco2017-05-121-4/+3
* Assign missing codes to PyFlakes messagesLukasz Langa2016-11-281-17/+34
* Actually remove enabled extensions from ignore listIan Cordasco2016-11-091-2/+9
* Fixed E305: expected 2 blank lines after class or function definitionOndřej Nový2016-11-081-0/+2
* Set-up default attributes for FlakesCheckerbug/179Ian Cordasco2016-08-031-0/+3
* Serialize Checkers PluginTypeManager to a dictIan Cordasco2016-08-031-0/+24
* Raise exception when entry_point not callableMarc Abramowitz2016-07-281-0/+6
* Remove exc_info for logging.exceptionIan Cordasco2016-06-291-1/+1
* Iterate over the checkers fewer timesIan Cordasco2016-06-281-4/+17
* Handle optional parameters that were never supportedIan Cordasco2016-06-281-1/+9
* Enable plugins automatically during registrationIan Cordasco2016-06-281-0/+11
* Merge branch 'origin/proposed/3.0' into master3.0.0b1Ian Cordasco2016-06-251-0/+1
* Move flake8 into srcIan Cordasco2016-06-255-0/+742