summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* utils: Change `normalize_paths()` contractEric N. Vander Weele2019-07-281-4/+3
* utils: Change `parse_comma_separated_list()` contractEric N. Vander Weele2019-07-281-5/+0
* Fix / improve recently merged patches + CIAnthony Sottile2019-07-082-17/+49
* support extend-exclude Fixes #535Thomas Grainger2019-07-083-8/+22
* Merge branch 'master' into 'master'Anthony Sottile2019-07-081-0/+10
|\
| * Remove filter by filename in utils.filenames_fromYevhen Amelin2019-03-191-0/+10
* | Update test_violation.pyMarkus Piotrowski2019-06-161-0/+3
* | mypy now passesAnthony Sottile2019-05-199-30/+16
* | whitelist a bandit false positive and improve type annotationAnthony Sottile2019-05-191-3/+3
* | Fix crash when file fails to tokenize but parsesAnthony Sottile2019-04-071-0/+14
|/
* makes prelim_args test more explicitCharles Frye2019-03-111-1/+1
* Fixes handling of empty lists by ApplicationCharles Frye2019-03-071-0/+10
* Ensure exceptions are pickleableAnthony Sottile2019-02-191-0/+54
* Speed up flake8 when only 1 filename is passedAnthony Sottile2019-02-171-7/+13
* FIX 507: allow multiple letters in codesИлья Лебедев2019-02-111-0/+5
* Fix reporting of UndefinedLocal pyflakes errorAnthony Sottile2019-01-311-0/+18
* Improve error message for malformed per-file-ignoresAnthony Sottile2019-01-302-1/+29
* Fix flake8 --statisticsAnthony Sottile2019-01-302-6/+29