summaryrefslogtreecommitdiff
path: root/src/flake8/options/manager.py
Commit message (Expand)AuthorAgeFilesLines
* audit .format(...) callsAnthony Sottile2021-03-301-1/+1
* com2annAnthony Sottile2021-03-301-78/+73
* clean up TYPE_CHECKING importsAnthony Sottile2021-03-301-2/+4
* clean up string_typesAnthony Sottile2021-03-301-6/+4
* automatic: pyupgrade --py36-plusAnthony Sottile2021-03-301-10/+19
* fix a few small spelling issuesAnthony Sottile2020-09-201-1/+1
* Fix type='str' optparse optionsAnthony Sottile2020-04-241-0/+2
* Fix the type= warning to contain the option nameAnthony Sottile2020-01-161-1/+2
* optmanager: Inherit options from parent argument parsersEric N. Vander Weele2019-10-251-3/+13
* 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
* Put plugin options into separate argparse groupsAnthony Sottile2019-08-191-2/+15
* move from optparse to argparseAnthony Sottile2019-08-171-109/+187
* Normalize option values additionally by typeEric N. Vander Weele2019-07-281-8/+11
* mypy now passesAnthony Sottile2019-05-191-9/+12
* Add support for optparse's 'float' and 'complex' types.ymdatta2018-10-281-0/+4
* Use black to reformat Flake8Ian Stapleton Cordasco2018-10-201-57/+89
* Update our plugin registration for debuggingIan Stapleton Cordasco2017-08-081-5/+12
* 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-291-2/+2
* Add OptionManager#parse_known_argsIan Cordasco2016-07-161-3/+37
* Update setuptools integration for setup.cfgbug/163Ian Cordasco2016-07-091-0/+13
* Add python and platform details to --versionIan Cordasco2016-06-281-2/+4
* Enable plugins automatically during registrationIan Cordasco2016-06-281-2/+13
* Parse hyphenated config names alsoIan Cordasco2016-06-281-1/+3
* Move flake8 into srcIan Cordasco2016-06-251-0/+256