summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
* | | utils: Change `normalize_paths()` contractEric N. Vander Weele2019-07-281-5/+3
* | | utils: Assert desired contract for `normalize_paths()`Eric N. Vander Weele2019-07-281-0/+1
* | | utils: Change `parse_comma_separated_list()` contractEric N. Vander Weele2019-07-281-6/+4
* | | utils: Assert desired contract for `parse_comma_separated_list()`Eric N. Vander Weele2019-07-281-0/+4
* | | Merge branch 'extra-config-normalization' into 'master'Anthony Sottile2019-07-232-9/+2
|\ \ \ | |/ / |/| |
| * | Push down extra config file path normalization into main config handlingEric N. Vander Weele2019-07-222-9/+2
* | | Fix / improve recently merged patches + CIAnthony Sottile2019-07-083-4/+4
* | | support extend-exclude Fixes #535Thomas Grainger2019-07-082-1/+16
* | | Merge branch 'master' into 'master'Anthony Sottile2019-07-081-3/+2
|\ \ \ | |_|/ |/| |
| * | Remove filter by filename in utils.filenames_fromYevhen Amelin2019-03-191-3/+2
* | | Release 3.7.83.7.8Anthony Sottile2019-07-081-1/+1
| |/ |/|
* | pyflakes: Change to `normalize_path()` for filename normalizationEric N. Vander Weele2019-07-081-1/+1
* | fix CI buildAnthony Sottile2019-07-081-2/+3
* | This PR addresses issue #549 (noqa does only work as intended with single let...Markus Piotrowski2019-06-161-1/+1
* | Merge branch 'show_traceback' into 'master'Anthony Sottile2019-06-141-1/+2
|\ \
| * | Show traceback on plugin exceptionIvan Pozdeev2019-05-201-1/+2
* | | mypy now passesAnthony Sottile2019-05-1918-175/+199
|/ /
* | 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-2/+1
|/
* Fixes handling of empty lists by ApplicationCharles Frye2019-03-071-1/+1
* Release 3.7.73.7.7Anthony Sottile2019-02-251-1/+1
* Ensure exceptions are pickleableAnthony Sottile2019-02-192-27/+20
* Release 3.7.63.7.6Anthony Sottile2019-02-181-1/+1
* Merge branch 'mypy_improvements' into 'master'Ian Stapleton Cordasco2019-02-173-7/+8
|\
| * Improve a few mypy type annotationsAnthony Sottile2019-02-173-7/+8
* | Merge branch 'perf_only_one_proc' into 'master'Ian Stapleton Cordasco2019-02-171-9/+1
|\ \
| * | Speed up flake8 when only 1 filename is passedAnthony Sottile2019-02-171-9/+1
| |/
* | Remove pyflakes monkeypatchingAnthony Sottile2019-02-161-11/+1
|/
* FIX 507: allow multiple letters in codesИлья Лебедев2019-02-111-1/+1
* Release 3.7.53.7.5Anthony Sottile2019-02-041-1/+1
* Fix reporting of UndefinedLocal pyflakes errorAnthony Sottile2019-01-311-5/+5
* Remove noqa comments now that 3.7 has been releasedAnthony Sottile2019-01-317-10/+9
* Release 3.7.43.7.4Anthony Sottile2019-01-311-1/+1
* Fix performance regression with per-file-ignoresAnthony Sottile2019-01-311-8/+6
* Release 3.7.33.7.3Anthony Sottile2019-01-301-1/+1