summaryrefslogtreecommitdiff
path: root/src/flake8/options/config.py
Commit message (Expand)AuthorAgeFilesLines
* Use black to reformat Flake8Ian Stapleton Cordasco2018-10-201-62/+93
* Use default comma-separated regex for local-plugin paths.Carl Meyer2017-10-251-2/+1
* Add paths option in local-plugins config file.Carl Meyer2017-10-241-6/+31
* Catch UnicodeDecodeError while parsing config filesAnthony Sottile2017-10-091-7/+15
* Allow our local plugin parsing to accept commasIan Stapleton Cordasco2017-08-091-5/+8
* Don't load local plugins from user config.Carl Meyer2017-08-061-11/+9
* Add support for local (in-repo, non-setuptools) plugins.Carl Meyer2017-08-031-24/+75
* Fix quiet/verbose config problemShinya Kawaguchi2017-07-271-1/+2
* Clean up some uses of set, list, and dictJon Dufresne2017-05-131-2/+2
* Re-allow for relative paths for excludeIan Cordasco2016-07-291-3/+8
* Fix project config file discoveryIan Cordasco2016-07-261-8/+5
* Revert "Prefer `.flake8` if present for options."Ian Cordasco2016-06-281-3/+1
* Parse hyphenated config names alsoIan Cordasco2016-06-281-1/+1
* Prefer `.flake8` if present for options.Tom Prince2016-06-251-1/+3
* Move flake8 into srcIan Cordasco2016-06-251-0/+279