summaryrefslogtreecommitdiff
path: root/src/flake8/main
Commit message (Expand)AuthorAgeFilesLines
* move managing of off_by_default / enable_extensions to plugin loadingoff_by_defaultAnthony Sottile2022-01-012-12/+14
* rework plugin loadingAnthony Sottile2021-12-312-96/+46
* fix AttributeError when catatstrophic failure is triggeredAnthony Sottile2021-12-241-6/+8
* have OptionManager take plugin versions directlyAnthony Sottile2021-12-082-24/+31
* return an argparser instead of side-effectsAnthony Sottile2021-12-072-9/+10
* eliminate --bug-report double-parse quirk with store_trueAnthony Sottile2021-12-073-43/+8
* use self.options.diff directlyAnthony Sottile2021-11-251-6/+4
* refactor run_checks to not take an Optional list of filenamesAnthony Sottile2021-11-251-7/+4
* refactor and simplify configuration loadingAnthony Sottile2021-11-222-29/+36
* move from allowlist to blocklist for mypyAnthony Sottile2021-11-142-5/+6
* replace py2-kwonly shim with true kwonly argsAnthony Sottile2021-11-141-2/+2
* improve integration testsAnthony Sottile2021-11-142-6/+7
* have application return exit code for easier testingAnthony Sottile2021-11-142-17/+13
* use return value of parse_args directlyAnthony Sottile2021-11-141-7/+5
* add a __repr__ for JobsArgumentAnthony Sottile2021-11-141-0/+4
* deprecate the --diff optionAnthony Sottile2021-11-052-2/+6
* add --color optionAnthony Sottile2021-11-051-1/+8
* Update --indent-size help format stringJacob Hayes2021-08-011-1/+1
* Add --extend-select command line argumentFrank Winklmeier2021-04-111-0/+13
* fix mypy errorsAnthony Sottile2021-04-071-8/+29
* audit + string joiningAnthony Sottile2021-03-301-2/+2
* com2annAnthony Sottile2021-03-304-45/+32
* clean up TYPE_CHECKING importsAnthony Sottile2021-03-301-3/+3
* automatic: pyupgrade --py36-plusAnthony Sottile2021-03-304-11/+15
* remove flake8 setuptools commandAnthony Sottile2021-03-291-115/+0
* remove vcs integrationAnthony Sottile2021-03-295-466/+0
* Add indent-size optionvalentin2021-03-141-0/+9
* Merge branch 'no_show_source' into 'master'Anthony Sottile2020-10-021-0/+7
|\
| * Add option to disable show-source for calling toolsAnthony Sottile2020-06-191-0/+7
* | fix a few small spelling issuesAnthony Sottile2020-09-202-2/+2
* | upgrade black and run via pre-commitAnthony Sottile2020-08-271-2/+5
|/
* 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
* options: Forward `--output-file` to be reparsed for BaseFormatterEric N. Vander Weele2020-05-111-1/+6
* Add deprecation message for git hookAnthony Sottile2020-04-271-0/+11
* Remove unused 'cli_config' parameterEric N. Vander Weele2020-01-121-13/+6
* config: Add 'config_file' parameter to ConfigFileFinderEric N. Vander Weele2020-01-121-0/+1
* application: Remove stale docstring param for `.find_plugins()`Eric N. Vander Weele2020-01-121-3/+0
* Remove unused 'isolated' parameterEric N. Vander Weele2020-01-071-21/+6
* config: Add 'ignore_config_files' parameter to ConfigFileFinderEric N. Vander Weele2020-01-071-1/+3
* aggregator: Forward --config and --isolated options during aggregationEric N. Vander Weele2019-12-291-4/+25
* application: Inline creation of config.ConfigFileFinderEric N. Vander Weele2019-12-031-18/+1
* Fix typosBrian Wignall2019-12-021-2/+2
* Merge branch 'fix/exit-zero' into 'master'Anthony Sottile2019-12-021-1/+3
|\
| * Fixes --exit-zero when empty --diffKinya TERASAKA2019-12-021-1/+3
* | Switch from entrypoints to importlib_metadataAnthony Sottile2019-11-282-7/+4
|/
* 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
|/