summaryrefslogtreecommitdiff
path: root/src/flake8/options
Commit message (Expand)AuthorAgeFilesLines
* aggregator: Simplify 'aggregate_options' function definitionEric N. Vander Weele2019-11-031-10/+14
* optmanager: Inherit options from parent argument parsersEric N. Vander Weele2019-10-251-3/+13
* config: Remove `args` parameter from `ConfigFileFinder.__init__`Eric N. Vander Weele2019-10-131-4/+2
* config: Search for configuration relative to current working directoryEric N. Vander Weele2019-10-131-3/+1
* Type annotate flake8.options.managerAnthony Sottile2019-09-071-89/+124
* Set configuration file-provided values via ArgumentParser.set_defaults()Eric N. Vander Weele2019-08-311-1/+3
* Add typing to `OptionManager.parse_args()`Eric N. Vander Weele2019-08-311-3/+11
* Add typing to `OptionManager.parse_known_args()`Eric N. Vander Weele2019-08-301-3/+8
* Remove unused parameter from `OptionManager.parse_known_args()`Eric N. Vander Weele2019-08-301-2/+2
* Add typings to ConfigFileFinder constructorEric N. Vander Weele2019-08-291-0/+1
* Put plugin options into separate argparse groupsAnthony Sottile2019-08-191-2/+15
* move from optparse to argparseAnthony Sottile2019-08-173-118/+190
* Normalize option values additionally by typeEric N. Vander Weele2019-07-281-8/+11
* Push down extra config file path normalization into main config handlingEric N. Vander Weele2019-07-221-5/+1
* mypy now passesAnthony Sottile2019-05-192-12/+20
* Merge branch 'master' into 'master'Ian Stapleton Cordasco2019-01-171-0/+4
|\
| * Add support for optparse's 'float' and 'complex' types.ymdatta2018-10-281-0/+4
* | Merge branch 'per_file_ignore' into 'master'Ian Stapleton Cordasco2019-01-171-4/+0
|\ \
| * | Support more syntaxes in per-file-ignoresAnthony Sottile2019-01-071-4/+0
* | | Remove unused PROJECT_FILENAMESAnthony Sottile2019-01-071-2/+0
|/ /
* | 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