summaryrefslogtreecommitdiff
path: root/src/flake8/options
Commit message (Expand)AuthorAgeFilesLines
...
* | Add support for per-file ignores in configIan Stapleton Cordasco2018-10-251-0/+4
|/
* Use black to reformat Flake8Ian Stapleton Cordasco2018-10-203-132/+199
* 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
* Update our plugin registration for debuggingIan Stapleton Cordasco2017-08-081-5/+12
* 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-032-31/+81
* Fix quiet/verbose config problemShinya Kawaguchi2017-07-271-1/+2
* Clean up some uses of set, list, and dictJon Dufresne2017-05-131-2/+2
* Fix docstring violationsIan Cordasco2017-05-121-3/+2
* Force --version to be reproducibleRaphael Das Gupta2017-01-211-1/+1
* Add --bug-report flag to help bug reportersIan Cordasco2016-08-071-2/+3
* Re-allow for relative paths for excludeIan Cordasco2016-07-292-5/+10
* Allow plugins that are on by default to be ignoredIan Cordasco2016-07-281-4/+2
* Fix project config file discoveryIan Cordasco2016-07-261-8/+5
* Add OptionManager#parse_known_argsIan Cordasco2016-07-161-3/+37
* Update setuptools integration for setup.cfgbug/163Ian Cordasco2016-07-091-0/+13
* Revert "Prefer `.flake8` if present for options."Ian Cordasco2016-06-281-3/+1
* Add python and platform details to --versionIan Cordasco2016-06-281-2/+4
* Enable plugins automatically during registrationIan Cordasco2016-06-282-2/+20
* Parse hyphenated config names alsoIan Cordasco2016-06-282-2/+4
* Prefer `.flake8` if present for options.Tom Prince2016-06-251-1/+3
* Move flake8 into srcIan Cordasco2016-06-254-0/+621