summaryrefslogtreecommitdiff
path: root/src/flake8/options
Commit message (Expand)AuthorAgeFilesLines
* move managing of off_by_default / enable_extensions to plugin loadingoff_by_defaultAnthony Sottile2022-01-011-5/+1
* rework plugin loadingAnthony Sottile2021-12-311-11/+28
* add check for a missing specified config fileRuairidh MacLeod2021-12-241-1/+5
* have OptionManager take plugin versions directlyAnthony Sottile2021-12-081-75/+17
* remove stray noqastray-noqaAnthony Sottile2021-12-071-1/+1
* refactor and simplify configuration loadingAnthony Sottile2021-11-223-317/+93
* replace py2-kwonly shim with true kwonly argsAnthony Sottile2021-11-141-10/+15
* use return value of parse_args directlyAnthony Sottile2021-11-142-7/+4
* remove dead codeAnthony Sottile2021-11-141-28/+0
* Drop support for Home and XDG config filesIan Stapleton Cordasco2021-10-102-60/+6
* 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