summaryrefslogtreecommitdiff
path: root/src/flake8/plugins/manager.py
Commit message (Expand)AuthorAgeFilesLines
* Remove unused verify_requirements argumentremove_unused_verify_requiremetnsAnthony Sottile2018-11-211-8/+2
* 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-201-51/+58
* 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
* Fix docstring violationsIan Cordasco2017-05-121-4/+3
* Actually remove enabled extensions from ignore listIan Cordasco2016-11-091-2/+9
* 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
* Move flake8 into srcIan Cordasco2016-06-251-0/+458