summaryrefslogtreecommitdiff
path: root/src/flake8/main/application.py
Commit message (Expand)AuthorAgeFilesLines
* fix mypy errorsAnthony Sottile2021-04-071-8/+29
* audit + string joiningAnthony Sottile2021-03-301-2/+2
* com2annAnthony Sottile2021-03-301-39/+28
* clean up TYPE_CHECKING importsAnthony Sottile2021-03-301-3/+3
* automatic: pyupgrade --py36-plusAnthony Sottile2021-03-301-5/+9
* remove vcs integrationAnthony Sottile2021-03-291-2/+0
* upgrade black and run via pre-commitAnthony Sottile2020-08-271-2/+5
* options: Forward `--output-file` to be reparsed for BaseFormatterEric N. Vander Weele2020-05-111-1/+6
* 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-281-3/+1
|/
* 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-251-2/+7
* options: Split-out registration of preliminary optionsEric N. Vander Weele2019-10-251-0/+1
* 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
* 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-291-9/+9
* move from optparse to argparseAnthony Sottile2019-08-171-6/+6
* Push down extra config file path normalization into main config handlingEric N. Vander Weele2019-07-221-4/+1
* mypy now passesAnthony Sottile2019-05-191-19/+18
* Fixes handling of empty lists by ApplicationCharles Frye2019-03-071-1/+1