summaryrefslogtreecommitdiff
path: root/src/flake8/main/options.py
Commit message (Expand)AuthorAgeFilesLines
* Update --indent-size help format stringJacob Hayes2021-08-011-1/+1
* Add --extend-select command line argumentFrank Winklmeier2021-04-111-0/+13
* com2annAnthony Sottile2021-03-301-3/+2
* automatic: pyupgrade --py36-plusAnthony Sottile2021-03-301-1/+1
* remove vcs integrationAnthony Sottile2021-03-291-9/+0
* Add indent-size optionvalentin2021-03-141-0/+9
* Add option to disable show-source for calling toolsAnthony Sottile2020-06-191-0/+7
* fix JobsArgument --help outputRuairidh MacLeod2020-06-051-0/+4
* treat --extend-exclude as a file listAnthony Sottile2020-05-211-0/+1
* Parse --jobs as a custom argparse type. Fixes #567Ruairidh MacLeod2020-05-131-0/+22
* application: Register preliminary options on a separate argument parserEric N. Vander Weele2019-10-251-7/+9
* options: Split-out registration of preliminary optionsEric N. Vander Weele2019-10-251-44/+54
* 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
|/
* move from optparse to argparseAnthony Sottile2019-08-171-20/+17
* Fix / improve recently merged patches + CIAnthony Sottile2019-07-081-1/+1
* support extend-exclude Fixes #535Thomas Grainger2019-07-081-0/+11
* Latest pycodestyleAnthony Sottile2019-01-291-0/+11
* Support more syntaxes in per-file-ignoresAnthony Sottile2019-01-071-3/+1
* Add support for per-file ignores in configIan Stapleton Cordasco2018-10-251-0/+14
* Use black to reformat Flake8Ian Stapleton Cordasco2018-10-201-86/+149
* Fix docs for --isolated flagSargun Vohra2018-09-091-1/+1
* Implement --extend-ignoreVille Skyttä2018-05-161-0/+8
* Correct "systema" typo in usage documentation.Andrew Drake2017-01-171-1/+1
* Fix subtle reporting bug for default on pluginsIan Cordasco2016-11-151-3/+3
* Merge branch 'master' into 'master' Ian Cordasco2016-10-251-0/+6
|\
| * Add --tee option to split report output stream.Martin Domke2016-07-261-0/+6
* | Add --bug-report flag to help bug reportersIan Cordasco2016-08-071-0/+11
|/
* Move flake8 into srcIan Cordasco2016-06-251-0/+201