summaryrefslogtreecommitdiff
path: root/src/flake8
Commit message (Expand)AuthorAgeFilesLines
...
| * | Fixes --exit-zero when empty --diffKinya TERASAKA2019-12-021-1/+3
* | | Work around RecursionError in EntryPoint.__repr__ in pypyAnthony Sottile2019-11-291-1/+1
* | | Switch from entrypoints to importlib_metadataAnthony Sottile2019-11-286-29/+33
|/ /
* | 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-222-14/+20
* | Merge branch 'app-make-config-side-effect-free' into 'master'Anthony Sottile2019-11-062-7/+16
|\ \
| * | application: Change `make_config_finder` to be a pure static methodEric N. Vander Weele2019-11-062-7/+16
| |/
* | application: Remove checks for properties being set previouslyEric N. Vander Weele2019-11-051-35/+28
|/
* aggregator: Simplify 'aggregate_options' function definitionEric N. Vander Weele2019-11-031-10/+14
* 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-032-11/+6
|\ \
| * | application: Rename prelim parsing method to 'parse_preliminary_options'Eric N. Vander Weele2019-11-032-11/+6
| |/
* | 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
|/ / /