summaryrefslogtreecommitdiff
path: root/src/flake8/main
Commit message (Expand)AuthorAgeFilesLines
* Remove unused 'cli_config' parameterEric N. Vander Weele2020-01-121-13/+6
* config: Add 'config_file' parameter to ConfigFileFinderEric N. Vander Weele2020-01-121-0/+1
* application: Remove stale docstring param for `.find_plugins()`Eric N. Vander Weele2020-01-121-3/+0
* Remove unused 'isolated' parameterEric N. Vander Weele2020-01-071-21/+6
* config: Add 'ignore_config_files' parameter to ConfigFileFinderEric N. Vander Weele2020-01-071-1/+3
* aggregator: Forward --config and --isolated options during aggregationEric N. Vander Weele2019-12-291-4/+25
* application: Inline creation of config.ConfigFileFinderEric N. Vander Weele2019-12-031-18/+1
* Fix typosBrian Wignall2019-12-021-2/+2
* Merge branch 'fix/exit-zero' into 'master'Anthony Sottile2019-12-021-1/+3
|\
| * Fixes --exit-zero when empty --diffKinya TERASAKA2019-12-021-1/+3
* | Switch from entrypoints to importlib_metadataAnthony Sottile2019-11-282-7/+4
|/
* Merge branch 'app-cleanup-docstrings' into 'master'Anthony Sottile2019-11-271-5/+2
|\
| * application: Update find_plugins() docstringEric N. Vander Weele2019-11-271-5/+2
* | application: Remove local plugins stateEric N. Vander Weele2019-11-271-6/+4
|/
* application: Remove configuration finder stateEric N. Vander Weele2019-11-221-11/+15
* Merge branch 'app-make-config-side-effect-free' into 'master'Anthony Sottile2019-11-061-6/+13
|\
| * application: Change `make_config_finder` to be a pure static methodEric N. Vander Weele2019-11-061-6/+13
* | application: Remove checks for properties being set previouslyEric N. Vander Weele2019-11-051-35/+28
|/
* Merge branch 'application-argv-required-for-parsing' into 'master'Anthony Sottile2019-11-031-2/+2
|\
| * application: Make 'parse_configuration_and_cli' parameter requiredEric N. Vander Weele2019-11-031-2/+2
* | Merge branch 'application-parse-prelim-opts' into 'master'Anthony Sottile2019-11-031-7/+5
|\ \
| * | application: Rename prelim parsing method to 'parse_preliminary_options'Eric N. Vander Weele2019-11-031-7/+5
| |/
* | application: Simplify creation of configuration file finderEric N. Vander Weele2019-11-031-8/+8
|/
* application: Forward remaining unknown arguments to final CLI parsingEric N. Vander Weele2019-10-251-2/+2
* application: Ensure `--version` is unknown during preliminary parsingEric N. Vander Weele2019-10-251-15/+1
* application: Ensure `-h/--help` is unknown during preliminary parsingEric N. Vander Weele2019-10-251-8/+0
* application: Keep unknown options in the unknown argument listEric N. Vander Weele2019-10-251-4/+1
* application: Change to `argparse.ArgumentParser` for preliminary parsingEric N. Vander Weele2019-10-251-1/+1
* application: Register preliminary options on a separate argument parserEric N. Vander Weele2019-10-252-9/+16
* options: Split-out registration of preliminary optionsEric N. Vander Weele2019-10-252-44/+55
* application: Remove forwarding unused preliminary argumentsEric N. Vander Weele2019-10-131-5/+3
* config: Remove `args` parameter from `ConfigFileFinder.__init__`Eric N. Vander Weele2019-10-131-1/+1
* Reformat files via `black`Eric N. Vander Weele2019-10-131-3/+1
* Merge branch 'remove-output-file-config' into 'master'Anthony Sottile2019-10-131-1/+0
|\
| * options: Remove parsing `--output-file` from the configuration fileEric N. Vander Weele2019-10-121-1/+0
* | options: Remove parsing `--verbose` from the configuration fileEric N. Vander Weele2019-10-121-1/+0
|/
* application: Remove preliminary argument parsing stateEric N. Vander Weele2019-10-011-8/+0
* application: Pass prelim opts to `.find_plugins()`Eric N. Vander Weele2019-10-011-6/+11
* application: Pass prelim opts and args to `.make_config_finder()`Eric N. Vander Weele2019-10-011-7/+12
* application: Pass returned prelim options to `.configure_logging()`Eric N. Vander Weele2019-10-011-3/+3
* application: Return namespace and args from preliminary arg parsingEric N. Vander Weele2019-10-011-2/+7
* Hoist passing through sys.argv at the CLI layerEric N. Vander Weele2019-08-292-9/+13
* move from optparse to argparseAnthony Sottile2019-08-174-69/+64
* Merge branch 'deprecate_setuptools_command' into 'master'Anthony Sottile2019-08-011-0/+8
|\
| * Deprecate the flake8 setuptools integrationAnthony Sottile2019-07-081-0/+8
* | Merge branch 'extra-config-normalization' into 'master'Anthony Sottile2019-07-231-4/+1
|\ \ | |/ |/|
| * Push down extra config file path normalization into main config handlingEric N. Vander Weele2019-07-221-4/+1
* | Fix / improve recently merged patches + CIAnthony Sottile2019-07-081-1/+1
* | support extend-exclude Fixes #535Thomas Grainger2019-07-081-0/+11
|/
* mypy now passesAnthony Sottile2019-05-195-26/+24