summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* include the file path in the plugin execution errorAnthony Sottile2022-01-232-9/+18
* Merge pull request #1541 from PyCQA/unused-functionAnthony Sottile2022-01-231-18/+0
|\
| * remove function made unused by off_by_default refactorAnthony Sottile2022-01-231-18/+0
* | remove unused parameter from make_formatterAnthony Sottile2022-01-232-6/+2
|/
* change keyword_arguments_for so it does not modify and returnAnthony Sottile2022-01-232-7/+8
* remove triple logged stacktrace on unknown plugin argsAnthony Sottile2022-01-232-3/+1
* remove `log_token` and `EXTRA_VERBOSE`Anthony Sottile2022-01-233-25/+1
* use the actual line contents when processing physical linesAnthony Sottile2022-01-222-3/+5
* add a --require-plugins optionAnthony Sottile2022-01-225-56/+117
* always use UTF-8 encoding when reading configurationAnthony Sottile2022-01-201-3/+3
* Merge pull request #1528 from PyCQA/plugin_paths_plugin_optionsAnthony Sottile2022-01-182-17/+19
|\
| * combine local_plugin_paths and parse_plugin_optionsAnthony Sottile2022-01-182-17/+19
* | slightly improve unknown parameter errorAnthony Sottile2022-01-181-1/+1
|/
* fix docs buildAnthony Sottile2022-01-171-2/+1
* refactor plugin loading options to prepare for --require-pluginsAnthony Sottile2022-01-102-17/+38
* simplify a bit of code in style_guide.pyAnthony Sottile2022-01-051-15/+5
* use tokenize.TokenInfo instead of _Token aliasAnthony Sottile2022-01-053-13/+17
* use type hints instead of :type and :rtypeAnthony Sottile2022-01-0514-147/+70
* break type checking cyclesAnthony Sottile2022-01-055-116/+121
* use typesafe NamedTuplenew_namedtupleAnthony Sottile2022-01-053-21/+22
* type the rest of the legacy apiAnthony Sottile2022-01-051-12/+38
* invert order of legacy to make it easier to typeAnthony Sottile2022-01-051-73/+73
* type api.legacy.ReportAnthony Sottile2022-01-051-3/+5
* perform path normalization on '.'Anthony Sottile2022-01-051-3/+5
* fix extended_default_select from plugin loadingAnthony Sottile2022-01-012-1/+7
* move managing of off_by_default / enable_extensions to plugin loadingoff_by_defaultAnthony Sottile2022-01-016-28/+56
* rework plugin loadingAnthony Sottile2021-12-3110-722/+410
* add check for a missing specified config fileRuairidh MacLeod2021-12-241-1/+5
* fix AttributeError when catatstrophic failure is triggeredAnthony Sottile2021-12-241-6/+8
* have OptionManager take plugin versions directlyAnthony Sottile2021-12-084-105/+48
* use plugin_name= instead of dicts in exceptionsAnthony Sottile2021-12-072-11/+10
* 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
* remove stray noqastray-noqaAnthony Sottile2021-12-071-1/+1
* use self.options.diff directlyAnthony Sottile2021-11-251-6/+4
* refactor run_checks to not take an Optional list of filenamesAnthony Sottile2021-11-253-14/+9
* refactor and simplify configuration loadingAnthony Sottile2021-11-226-356/+136
* move from allowlist to blocklist for mypyAnthony Sottile2021-11-144-19/+30
* replace py2-kwonly shim with true kwonly argsAnthony Sottile2021-11-142-12/+17
* improve integration testsAnthony Sottile2021-11-142-6/+7
* split out file discovery and test itAnthony Sottile2021-11-143-104/+104
* have application return exit code for easier testingAnthony Sottile2021-11-143-19/+16
* use return value of parse_args directlyAnthony Sottile2021-11-143-14/+9
* add a __repr__ for JobsArgumentAnthony Sottile2021-11-141-0/+4
* improve coverage a bitAnthony Sottile2021-11-141-13/+4
* remove dead codeAnthony Sottile2021-11-144-42/+0
* add typing to src/flake8/__init__.pyAnthony Sottile2021-11-141-1/+6
* Add .nox to default exclude listScott Barlow2021-11-071-0/+1
* deprecate the --diff optionAnthony Sottile2021-11-052-2/+6
* add --color optionAnthony Sottile2021-11-055-2/+100