summaryrefslogtreecommitdiff
path: root/tests/unit
Commit message (Expand)AuthorAgeFilesLines
...
* | 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-312-3/+33
|\
| * 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
| * optmanager: Inherit options from parent argument parsersEric N. Vander Weele2019-10-251-0/+17
* | 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-133-10/+10
* options: Remove parsing `--verbose` from the configuration fileEric N. Vander Weele2019-10-121-9/+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-241-18/+0
* 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
* Put plugin options into separate argparse groupsAnthony Sottile2019-08-192-1/+13
* move from optparse to argparseAnthony Sottile2019-08-1712-74/+144
* 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-081-16/+45
* support extend-exclude Fixes #535Thomas Grainger2019-07-081-6/+5
* 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-197-24/+11
* | whitelist a bandit false positive and improve type annotationAnthony Sottile2019-05-191-3/+3
|/
* 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-301-1/+2
* Fix flake8 --statisticsAnthony Sottile2019-01-301-5/+11
* Fix legacy api invocation of make_notifierAnthony Sottile2019-01-301-1/+0
* Fix lintersAnthony Sottile2019-01-301-4/+9
* Refactor file processor tests to use fixtureTomer Keren2019-01-302-59/+51