summaryrefslogtreecommitdiff
path: root/src/flake8/plugins
Commit message (Expand)AuthorAgeFilesLines
* 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