summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * type the rest of the legacy apiAnthony Sottile2022-01-053-43/+45
| * invert order of legacy to make it easier to typeAnthony Sottile2022-01-051-73/+73
|/
* Merge pull request #1509 from asottile/type_legacy_pt1Anthony Sottile2022-01-051-3/+5
|\
| * type api.legacy.ReportAnthony Sottile2022-01-051-3/+5
|/
* Merge pull request #1508 from asottile/normalize_dotAnthony Sottile2022-01-052-3/+6
|\
| * perform path normalization on '.'Anthony Sottile2022-01-052-3/+6
|/
* Merge pull request #1507 from PyCQA/pre-commit-ci-update-configAnthony Sottile2022-01-031-1/+1
|\
| * [pre-commit.ci] pre-commit autoupdatepre-commit-ci-update-configpre-commit-ci[bot]2022-01-031-1/+1
|/
* Merge pull request #1506 from asottile/fix-enableAnthony Sottile2022-01-014-7/+14
|\
| * fix extended_default_select from plugin loadingAnthony Sottile2022-01-014-7/+14
|/
* Merge pull request #1505 from PyCQA/off_by_defaultAnthony Sottile2022-01-0112-111/+137
|\
| * move managing of off_by_default / enable_extensions to plugin loadingoff_by_defaultAnthony Sottile2022-01-0112-111/+137
|/
* Merge pull request #1504 from asottile/plugin_reworkAnthony Sottile2021-12-3136-1506/+1278
|\
| * rework plugin loadingAnthony Sottile2021-12-3136-1506/+1278
* | Merge pull request #1502 from PyCQA/pre-commit-ci-update-configAnthony Sottile2021-12-271-2/+2
|\ \ | |/ |/|
| * [pre-commit.ci] pre-commit autoupdatepre-commit-ci[bot]2021-12-271-2/+2
|/
* Merge pull request #1498 from rkm/fix-missing-configIan Stapleton Cordasco2021-12-253-1/+29
|\
| * add check for a missing specified config fileRuairidh MacLeod2021-12-242-2/+6
| * add failing test for missing config fileRuairidh MacLeod2021-12-242-0/+24
* | Merge pull request #1499 from asottile/fix-catastrophic-failureAnthony Sottile2021-12-242-6/+19
|\ \ | |/
| * fix AttributeError when catatstrophic failure is triggeredAnthony Sottile2021-12-242-6/+19
|/
* Merge pull request #1495 from PyCQA/pre-commit-ci-update-configAnthony Sottile2021-12-201-1/+1
|\