summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Test default provided options are forwardedEric N. Vander Weele2019-08-311-0/+7
* Add typing to `OptionManager.parse_args()`Eric N. Vander Weele2019-08-311-3/+11
* Merge branch 'type-parse-known-args' into 'master'Anthony Sottile2019-08-301-3/+8
|\
| * Add typing to `OptionManager.parse_known_args()`Eric N. Vander Weele2019-08-301-3/+8
* | Merge branch 'remove-parse-known-args-value' into 'master'Anthony Sottile2019-08-301-2/+2
|\ \ | |/
| * Remove unused parameter from `OptionManager.parse_known_args()`Eric N. Vander Weele2019-08-301-2/+2
|/
* Merge branch 'type-config-file-finder' into 'master'Anthony Sottile2019-08-292-6/+7
|\
| * Add typings to ConfigFileFinder constructorEric N. Vander Weele2019-08-292-6/+7
|/
* Merge branch 'hoist-argv' into 'master'Anthony Sottile2019-08-293-9/+23
|\
| * Hoist passing through sys.argv at the CLI layerEric N. Vander Weele2019-08-293-9/+23
* | Merge branch 'revert-6a70aaae' into 'master'Anthony Sottile2019-08-283-21/+7
|\ \
| * | Revert "Merge branch 'hoist-argv' into 'master'"Anthony Sottile2019-08-283-21/+7
|/ /
* | Merge branch 'hoist-argv' into 'master'Anthony Sottile2019-08-283-7/+21
|\ \ | |/ |/|
| * Hoist passing through sys.argv at the CLI layerEric N. Vander Weele2019-08-283-7/+21
|/
* Merge branch 'plugin_argparse_groups' into 'master'Anthony Sottile2019-08-194-4/+30
|\
| * Put plugin options into separate argparse groupsAnthony Sottile2019-08-194-4/+30
|/
* Merge branch 'argparse' into 'master'Anthony Sottile2019-08-1830-304/+466
|\
| * Apply suggestion to src/flake8/formatting/base.pyAnthony Sottile2019-08-181-1/+3
| * move from optparse to argparseAnthony Sottile2019-08-1730-304/+464
* | Merge branch 'fix_travis2' into 'master'Anthony Sottile2019-08-111-11/+10
|\ \ | |/ |/|
| * Fix travis-cifix_travis2Anthony Sottile2019-08-101-11/+10
|/
* Merge branch 'show_source_with_tabs' into 'master'Anthony Sottile2019-08-102-11/+24
|\
| * Fix --show-source when indented with tabsAnthony Sottile2019-08-102-11/+24
|/
* Merge branch 'doc_conf_priority' into 'master'Anthony Sottile2019-08-071-0/+5
|\
| * Document priority of configuration files and command linepeterjc2019-08-071-0/+5
|/
* Merge branch 'remove_pydocstyle_workaround' into 'master'Anthony Sottile2019-08-021-3/+1
|\
| * Remove workaround for broken pydocstyle / flake8-docstringsAnthony Sottile2019-08-021-3/+1
|/
* Merge branch 'deprecate_setuptools_command' into 'master'Anthony Sottile2019-08-011-0/+8
|\
| * Deprecate the flake8 setuptools integrationAnthony Sottile2019-07-081-0/+8
* | Merge branch 'simplify-normalize-paths' into 'master'Anthony Sottile2019-07-284-40/+29
|\ \
| * | utils: Tighten `parse_comma_separated_list()` contract furtherEric N. Vander Weele2019-07-282-4/+2
| * | Normalize option values additionally by typeEric N. Vander Weele2019-07-282-11/+12
| * | utils: Change `normalize_paths()` contractEric N. Vander Weele2019-07-283-12/+9
| * | 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-283-18/+6
| * | 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
* | | Merge branch 'F633' into 'master'Anthony Sottile2019-07-191-1/+1
|\ \ \ | |_|/ |/| |
| * | Fix incorrect error string in documentationMarkus Gerstel2019-07-191-1/+1
|/ /
* | Merge branch 'fix_appveyor' into 'master'Anthony Sottile2019-07-087-29/+57
|\ \
| * | Fix / improve recently merged patches + CIAnthony Sottile2019-07-087-29/+57
|/ /
* | Merge branch 'dev' into 'master'Anthony Sottile2019-07-082-146/+96
|\ \
| * | Move setup metadata to setup.cfgSurya Teja2019-07-082-146/+96
|/ /
* | Merge branch 'extend-exclude' into 'master'Anthony Sottile2019-07-086-9/+70
|\ \
| * | support extend-exclude Fixes #535Thomas Grainger2019-07-086-9/+70
|/ /
* | Merge branch 'master' into 'master'Anthony Sottile2019-07-082-3/+12
|\ \
| * | Remove filter by filename in utils.filenames_fromYevhen Amelin2019-03-192-3/+12
* | | Release 3.7.83.7.8Anthony Sottile2019-07-083-1/+43
| |/ |/|
* | Merge branch 'pyflake-normalize-path' into 'master'Anthony Sottile2019-07-081-1/+1
|\ \