summaryrefslogtreecommitdiff
path: root/src/flake8/options/config.py
Commit message (Expand)AuthorAgeFilesLines
* extend black formatting to tests as wellAnthony Sottile2021-04-181-3/+1
* audit + string joiningAnthony Sottile2021-03-301-2/+2
* audit % format callsAnthony Sottile2021-03-301-1/+1
* com2annAnthony Sottile2021-03-301-13/+11
* automatic: pyupgrade --py36-plusAnthony Sottile2021-03-301-3/+5
* fix a few small spelling issuesAnthony Sottile2020-09-201-1/+1
* 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
* 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
* config: Make ConfigFileFinder 'extra_config_files' parameter optionalEric N. Vander Weele2020-01-121-3/+4
* Remove unused 'cli_config' parameterEric N. Vander Weele2020-01-121-8/+2
* 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-071-8/+2
* 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
* 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
* Add typings to ConfigFileFinder constructorEric N. Vander Weele2019-08-291-0/+1
* move from optparse to argparseAnthony Sottile2019-08-171-7/+1
* Push down extra config file path normalization into main config handlingEric N. Vander Weele2019-07-221-5/+1
* mypy now passesAnthony Sottile2019-05-191-3/+8
* Remove unused PROJECT_FILENAMESAnthony Sottile2019-01-071-2/+0
* Use black to reformat Flake8Ian Stapleton Cordasco2018-10-201-62/+93
* 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
* 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-031-24/+75
* Fix quiet/verbose config problemShinya Kawaguchi2017-07-271-1/+2
* Clean up some uses of set, list, and dictJon Dufresne2017-05-131-2/+2
* Re-allow for relative paths for excludeIan Cordasco2016-07-291-3/+8
* Fix project config file discoveryIan Cordasco2016-07-261-8/+5
* Revert "Prefer `.flake8` if present for options."Ian Cordasco2016-06-281-3/+1
* Parse hyphenated config names alsoIan Cordasco2016-06-281-1/+1
* Prefer `.flake8` if present for options.Tom Prince2016-06-251-1/+3
* Move flake8 into srcIan Cordasco2016-06-251-0/+279