summaryrefslogtreecommitdiff
path: root/src/flake8/options
Commit message (Expand)AuthorAgeFilesLines
* extend black formatting to tests as wellAnthony Sottile2021-04-181-3/+1
* Fix bug for plugins using extend_default_ignorefix-extend-default-ignoreIan Stapleton Cordasco2021-04-151-0/+4
* Merge pull request #43 from sobolevn/patch-1Anthony Sottile2021-04-031-1/+1
|\
| * Typo fixNikita Sobolev2021-03-221-1/+1
* | audit + string joiningAnthony Sottile2021-03-301-2/+2
* | audit % format callsAnthony Sottile2021-03-301-1/+1
* | audit .format(...) callsAnthony Sottile2021-03-301-1/+1
* | com2annAnthony Sottile2021-03-303-95/+88
* | 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-303-14/+26
|/
* fix a few small spelling issuesAnthony Sottile2020-09-202-2/+2
* Release 3.8.23.8.2Anthony Sottile2020-05-221-3/+1
* config: Normalize paths in CLI-specified config relative to config dirEric N. Vander Weele2020-05-181-1/+1
* config: Normalize paths in config relative to provided parent directoryEric N. Vander Weele2020-05-181-4/+7
* Fix type='str' optparse optionsAnthony Sottile2020-04-241-0/+2
* config: Determine path to user configuration immediatelyEric N. Vander Weele2020-01-201-17/+18
* config: Remove checks for configs being previously parsedEric N. Vander Weele2020-01-201-30/+13
* Fix the type= warning to contain the option nameAnthony Sottile2020-01-161-1/+2
* config: Make ConfigFileFinder 'extra_config_files' parameter optionalEric N. Vander Weele2020-01-121-3/+4
* Remove unused 'cli_config' parameterEric N. Vander Weele2020-01-122-14/+4
* config: Switch code paths to use 'ConfigFileFinder.config_file'Eric N. Vander Weele2020-01-121-7/+7
* config: Add 'config_file' parameter to ConfigFileFinderEric N. Vander Weele2020-01-121-3/+12
* config: Remove ConfigFileFinder 'parent' and 'tail' attributesEric N. Vander Weele2020-01-121-4/+1
* Remove unused 'isolated' parameterEric N. Vander Weele2020-01-072-13/+3
* config: Switch code paths to use 'ConfigFileFinder.ignore_config_files'Eric N. Vander Weele2020-01-071-2/+2
* config: Add 'ignore_config_files' parameter to ConfigFileFinderEric N. Vander Weele2020-01-071-2/+9
* config: Change ConfigFileFinder._read_config() to accept variadic argsEric N. Vander Weele2020-01-061-6/+6
* aggregator: Forward --config and --isolated options during aggregationEric N. Vander Weele2019-12-291-7/+10
* 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
|/