summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* tests: Ensure patched `os.getcwd()` is an absolute pathEric N. Vander Weele2020-01-121-3/+3
* Remove unused 'isolated' parameterEric N. Vander Weele2020-01-074-6/+8
* config: Switch code paths to use 'ConfigFileFinder.ignore_config_files'Eric N. Vander Weele2020-01-073-1/+4
* config: Add 'ignore_config_files' parameter to ConfigFileFinderEric N. Vander Weele2020-01-071-0/+20
* config: Change ConfigFileFinder._read_config() to accept variadic argsEric N. Vander Weele2020-01-062-3/+3
* tests: Add integration tests for `--config` and `--isolated`Eric N. Vander Weele2019-12-291-0/+28
* aggregator: Forward --config and --isolated options during aggregationEric N. Vander Weele2019-12-292-7/+5
* application: Inline creation of config.ConfigFileFinderEric N. Vander Weele2019-12-031-6/+7
* Merge branch 'fix/disable_noqa' into 'master'Anthony Sottile2019-12-032-0/+11
|\
| * Remove redundant sample dataIsac Yoo2019-11-131-9/+2
| * Fix codesByeonghoon Yoo2019-11-061-20/+30
| * Add unit test for dd411e95Byeonghoon Yoo2019-11-052-13/+21
* | Merge branch 'fix/exit-zero' into 'master'Anthony Sottile2019-12-021-17/+4
|\ \
| * | Fixes --exit-zero when empty --diffKinya TERASAKA2019-12-021-17/+4
* | | Switch from entrypoints to importlib_metadataAnthony Sottile2019-11-285-46/+37
|/ /
* | application: Remove configuration finder stateEric N. Vander Weele2019-11-221-2/+6
* | application: Change `make_config_finder` to be a pure static methodEric N. Vander Weele2019-11-061-1/+2
|/
* application: Rename prelim parsing method to 'parse_preliminary_options'Eric N. Vander Weele2019-11-032-11/+5
* Merge branch 'separate-prelim-options' into 'master'Anthony Sottile2019-10-313-3/+37
|\
| * application: Ensure `--version` is unknown during preliminary parsingEric N. Vander Weele2019-10-251-2/+2
| * application: Ensure `-h/--help` is unknown during preliminary parsingEric N. Vander Weele2019-10-251-0/+14
| * application: Keep unknown options in the unknown argument listEric N. Vander Weele2019-10-251-3/+1
| * application: Change to `argparse.ArgumentParser` for preliminary parsingEric N. Vander Weele2019-10-251-2/+3
| * application: Register preliminary options on a separate argument parserEric N. Vander Weele2019-10-251-1/+4
| * optmanager: Inherit options from parent argument parsersEric N. Vander Weele2019-10-251-0/+17
| * options: Split-out registration of preliminary optionsEric N. Vander Weele2019-10-251-0/+1
* | Merge branch 'specific_noqa_pycodestyle' into 'master'Anthony Sottile2019-10-281-0/+12
|\ \
| * | Do not pass `noqa` to plugins, have flake8 decide whether to reportAnthony Sottile2019-08-291-0/+12
* | | Only use multiprocessing when the method is forkAnthony Sottile2019-10-281-1/+1
* | | linters: Add flake8-bugbear for finding bugs and design problemsEric N. Vander Weele2019-10-251-1/+1
| |/ |/|
* | application: Remove forwarding unused preliminary argumentsEric N. Vander Weele2019-10-131-1/+1
* | tests: Verify `ConfigFileFinder` behavior based on `getcwd()`Eric N. Vander Weele2019-10-131-41/+18
* | config: Remove `args` parameter from `ConfigFileFinder.__init__`Eric N. Vander Weele2019-10-134-12/+12
* | options: Remove parsing `--verbose` from the configuration fileEric N. Vander Weele2019-10-122-10/+0
* | application: Remove preliminary argument parsing stateEric N. Vander Weele2019-10-012-9/+4
* | application: Pass prelim opts to `.find_plugins()`Eric N. Vander Weele2019-10-011-1/+3
* | application: Pass prelim opts and args to `.make_config_finder()`Eric N. Vander Weele2019-10-011-1/+2
* | application: Pass returned prelim options to `.configure_logging()`Eric N. Vander Weele2019-10-011-2/+11
* | application: Return namespace and args from preliminary arg parsingEric N. Vander Weele2019-10-011-2/+6
* | Don't reset indent_char when we encounter E101Anthony Sottile2019-09-242-18/+19
* | Add type annotations for flake8.processorAnthony Sottile2019-09-071-2/+3
* | Type annotate flake8.options.managerAnthony Sottile2019-09-072-12/+3
* | Set configuration file-provided values via ArgumentParser.set_defaults()Eric N. Vander Weele2019-08-311-0/+8
* | Test default provided options are forwardedEric N. Vander Weele2019-08-311-0/+7
* | Add typings to ConfigFileFinder constructorEric N. Vander Weele2019-08-291-6/+6
|/
* Hoist passing through sys.argv at the CLI layerEric N. Vander Weele2019-08-291-0/+10
* Put plugin options into separate argparse groupsAnthony Sottile2019-08-192-1/+13
* move from optparse to argparseAnthony Sottile2019-08-1713-88/+166
* Fix --show-source when indented with tabsAnthony Sottile2019-08-101-9/+19
* utils: Tighten `parse_comma_separated_list()` contract furtherEric N. Vander Weele2019-07-281-0/+1