summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* application: Simplify creation of configuration file finderEric N. Vander Weele2019-11-031-8/+8
* Reformat with black >= 19.10b0Eric N. Vander Weele2019-11-011-3/+4
* Merge branch 'separate-prelim-options' into 'master'Anthony Sottile2019-10-314-78/+81
|\
| * application: Forward remaining unknown arguments to final CLI parsingEric N. Vander Weele2019-10-252-4/+4
| * 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
| * optmanager: Inherit options from parent argument parsersEric N. Vander Weele2019-10-251-3/+13
| * options: Split-out registration of preliminary optionsEric N. Vander Weele2019-10-252-44/+55
* | Merge branch '3.7-maintenance' into 'master'Anthony Sottile2019-10-281-1/+1
|\ \
| * | Release 3.7.93.7.93.7-maintenanceAnthony Sottile2019-10-281-1/+1
| * | Only use multiprocessing when the method is forkAnthony Sottile2019-10-282-38/+14
* | | Merge branch 'specific_noqa_pycodestyle' into 'master'Anthony Sottile2019-10-281-5/+3
|\ \ \
| * | | Do not pass `noqa` to plugins, have flake8 decide whether to reportAnthony Sottile2019-08-291-5/+3
* | | | Only use multiprocessing when the method is forkAnthony Sottile2019-10-282-38/+14
* | | | linters: Add flake8-bugbear for finding bugs and design problemsEric N. Vander Weele2019-10-251-2/+5
| |_|/ |/| |
* | | application: Remove forwarding unused preliminary argumentsEric N. Vander Weele2019-10-132-6/+4
* | | config: Remove `args` parameter from `ConfigFileFinder.__init__`Eric N. Vander Weele2019-10-132-5/+3
* | | config: Search for configuration relative to current working directoryEric N. Vander Weele2019-10-131-3/+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-012-7/+12
* | | application: Pass prelim opts and args to `.make_config_finder()`Eric N. Vander Weele2019-10-012-8/+13
* | | application: Pass returned prelim options to `.configure_logging()`Eric N. Vander Weele2019-10-012-6/+6
* | | application: Return namespace and args from preliminary arg parsingEric N. Vander Weele2019-10-011-2/+7
* | | Don't reset indent_char when we encounter E101Anthony Sottile2019-09-242-10/+1
* | | Merge branch 'type_more' into 'master'Anthony Sottile2019-09-082-44/+76
|\ \ \
| * | | Add type annotations for flake8.processorAnthony Sottile2019-09-071-30/+42
| * | | Add type annotations to flake8.styleguideAnthony Sottile2019-09-071-14/+34
* | | | Simplify bandit config and allow `assert`Anthony Sottile2019-09-071-3/+3
|/ / /
* | | Type annotate flake8.options.managerAnthony Sottile2019-09-074-102/+136
* | | Set configuration file-provided values via ArgumentParser.set_defaults()Eric N. Vander Weele2019-08-311-1/+3
* | | Add typing to `OptionManager.parse_args()`Eric N. Vander Weele2019-08-311-3/+11
* | | Add typing to `OptionManager.parse_known_args()`Eric N. Vander Weele2019-08-301-3/+8
* | | Remove unused parameter from `OptionManager.parse_known_args()`Eric N. Vander Weele2019-08-301-2/+2
* | | Add typings to ConfigFileFinder constructorEric N. Vander Weele2019-08-291-0/+1
|/ /
* | Hoist passing through sys.argv at the CLI layerEric N. Vander Weele2019-08-292-9/+13
* | Put plugin options into separate argparse groupsAnthony Sottile2019-08-192-3/+17
* | Apply suggestion to src/flake8/formatting/base.pyAnthony Sottile2019-08-181-1/+3
* | move from optparse to argparseAnthony Sottile2019-08-1712-196/+262
* | Fix --show-source when indented with tabsAnthony Sottile2019-08-101-2/+5
* | Merge branch 'deprecate_setuptools_command' into 'master'Anthony Sottile2019-08-011-0/+8
|\ \
| * | Deprecate the flake8 setuptools integrationAnthony Sottile2019-07-081-0/+8
* | | utils: Tighten `parse_comma_separated_list()` contract furtherEric N. Vander Weele2019-07-281-4/+1
* | | Normalize option values additionally by typeEric N. Vander Weele2019-07-282-11/+12