summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1543 from asottile/filename-in-execution-errormainAnthony Sottile2022-01-234-10/+25
|\
| * include the file path in the plugin execution errorAnthony Sottile2022-01-234-10/+25
* | Merge pull request #1542 from PyCQA/mccabe_0_7_0Anthony Sottile2022-01-231-1/+1
|\ \ | |/ |/|
| * upgrade mccabe to 0.7.0Anthony Sottile2022-01-231-1/+1
|/
* 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
* | Merge pull request #1540 from asottile/unused-paramAnthony Sottile2022-01-233-7/+3
|\ \ | |/ |/|
| * remove unused parameter from make_formatterAnthony Sottile2022-01-233-7/+3
|/
* Merge pull request #1539 from PyCQA/no-modify-and-returnAnthony Sottile2022-01-233-15/+16
|\
| * change keyword_arguments_for so it does not modify and returnAnthony Sottile2022-01-233-15/+16
|/
* Merge pull request #1538 from asottile/triple-errorAnthony Sottile2022-01-232-3/+1
|\
| * remove triple logged stacktrace on unknown plugin argsAnthony Sottile2022-01-232-3/+1
|/
* Merge pull request #1537 from asottile/remove-log-tokenAnthony Sottile2022-01-236-73/+2
|\
| * remove `log_token` and `EXTRA_VERBOSE`Anthony Sottile2022-01-236-73/+2
|/
* Merge pull request #1536 from asottile/physical-line-fixAnthony Sottile2022-01-224-21/+57
|\
| * use the actual line contents when processing physical linesAnthony Sottile2022-01-224-21/+57
|/
* Merge pull request #1535 from asottile/require-pluginsAnthony Sottile2022-01-2210-72/+303
|\
| * add a --require-plugins optionAnthony Sottile2022-01-2210-72/+303
|/
* Merge pull request #1533 from PyCQA/utf8_configAnthony Sottile2022-01-202-3/+28
|\
| * always use UTF-8 encoding when reading configurationAnthony Sottile2022-01-202-3/+28
|/
* Merge pull request #1531 from PyCQA/asottile-patch-1Anthony Sottile2022-01-191-1/+5
|\
| * fix yaml quoting issueAnthony Sottile2022-01-191-1/+1
| * update feature issue formasottile-patch-1Anthony Sottile2022-01-191-1/+5
|/
* Merge pull request #1529 from paulhfischer/issue-template-documentationIan Stapleton Cordasco2022-01-192-2/+2
|\
| * link to correct paragraph in feature-request issue templatePaul Fischer2022-01-192-2/+2
|/
* Merge pull request #1528 from PyCQA/plugin_paths_plugin_optionsAnthony Sottile2022-01-186-56/+71
|\
| * combine local_plugin_paths and parse_plugin_optionsAnthony Sottile2022-01-186-56/+71
* | Merge pull request #1527 from PyCQA/better-unknown-arg-errorAnthony Sottile2022-01-181-1/+1
|\ \ | |/ |/|
| * slightly improve unknown parameter errorAnthony Sottile2022-01-181-1/+1
|/
* Merge pull request #1523 from asottile/issue-formsAnthony Sottile2022-01-174-33/+116
|\
| * switch from issue templates to issue formsAnthony Sottile2022-01-174-33/+116
|/
* Merge pull request #1524 from asottile/fix-docsAnthony Sottile2022-01-171-2/+1
|\
| * fix docs buildAnthony Sottile2022-01-171-2/+1
|/
* Merge pull request #1518 from PyCQA/refactor_plugin_optsAnthony Sottile2022-01-105-29/+59
|\
| * refactor plugin loading options to prepare for --require-pluginsAnthony Sottile2022-01-105-29/+59
|/
* Merge pull request #1517 from PyCQA/pre-commit-ci-update-configAnthony Sottile2022-01-101-1/+1
|\
| * [pre-commit.ci] pre-commit autoupdatepre-commit-ci[bot]2022-01-101-1/+1
|/
* Merge pull request #1516 from asottile/simplifyAnthony Sottile2022-01-051-15/+5
|\
| * simplify a bit of code in style_guide.pyAnthony Sottile2022-01-051-15/+5
|/
* Merge pull request #1515 from PyCQA/fix-docsAnthony Sottile2022-01-051-1/+1
|\
| * fix docs buildAnthony Sottile2022-01-051-1/+1
|/
* Merge pull request #1514 from PyCQA/token_info_typeAnthony Sottile2022-01-054-14/+18
|\
| * use tokenize.TokenInfo instead of _Token aliasAnthony Sottile2022-01-054-14/+18
|/
* Merge pull request #1513 from asottile/docs_type_hintsAnthony Sottile2022-01-0516-184/+77
|\
| * use type hints instead of :type and :rtypeAnthony Sottile2022-01-0516-184/+77
|/
* Merge pull request #1512 from PyCQA/break_cycleAnthony Sottile2022-01-0510-150/+142
|\
| * break type checking cyclesAnthony Sottile2022-01-0510-150/+142
|/
* Merge pull request #1511 from PyCQA/new_namedtupleAnthony Sottile2022-01-054-22/+23
|\
| * use typesafe NamedTuplenew_namedtupleAnthony Sottile2022-01-054-22/+23
|/
* Merge pull request #1510 from asottile/type_legacy_pt2Anthony Sottile2022-01-053-115/+117
|\