summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [pre-commit.ci] pre-commit autoupdatepre-commit-ci-update-configpre-commit-ci[bot]2022-01-031-1/+1
| | | | | updates: - [github.com/asottile/pyupgrade: v2.29.1 → v2.31.0](https://github.com/asottile/pyupgrade/compare/v2.29.1...v2.31.0)
* Merge pull request #1506 from asottile/fix-enableAnthony Sottile2022-01-014-7/+14
|\ | | | | fix extended_default_select from plugin loading
| * 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 loading
| * 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 loading
| * 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 autoupdate
| * [pre-commit.ci] pre-commit autoupdatepre-commit-ci[bot]2021-12-271-2/+2
|/ | | | | | updates: - [github.com/pre-commit/pre-commit-hooks: v4.0.1 → v4.1.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.0.1...v4.1.0) - [github.com/pre-commit/mirrors-mypy: v0.920 → v0.930](https://github.com/pre-commit/mirrors-mypy/compare/v0.920...v0.930)
* Merge pull request #1498 from rkm/fix-missing-configIan Stapleton Cordasco2021-12-253-1/+29
|\ | | | | return an error if the explicitly specified config is missing
| * 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 triggered
| * 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
|\ | | | | [pre-commit.ci] pre-commit autoupdate
| * [pre-commit.ci] pre-commit autoupdatepre-commit-ci[bot]2021-12-201-1/+1
|/ | | | | updates: - [github.com/pre-commit/mirrors-mypy: v0.910-1 → v0.920](https://github.com/pre-commit/mirrors-mypy/compare/v0.910-1...v0.920)
* Merge pull request #1490 from asottile/option-manager-versionsAnthony Sottile2021-12-089-255/+73
|\ | | | | have OptionManager take plugin versions directly
| * have OptionManager take plugin versions directlyAnthony Sottile2021-12-089-255/+73
|/
* Merge pull request #1489 from asottile/exceptions-plugin-nameAnthony Sottile2021-12-073-13/+12
|\ | | | | use plugin_name= instead of dicts in exceptions
| * use plugin_name= instead of dicts in exceptionsAnthony Sottile2021-12-073-13/+12
|/
* Merge pull request #1488 from asottile/stage1-parserAnthony Sottile2021-12-072-9/+10
|\ | | | | return an argparser instead of side-effects
| * return an argparser instead of side-effectsAnthony Sottile2021-12-072-9/+10
|/
* Merge pull request #1487 from PyCQA/debug-store-trueAnthony Sottile2021-12-075-88/+12
|\ | | | | eliminate --bug-report double-parse quirk with store_true
| * eliminate --bug-report double-parse quirk with store_trueAnthony Sottile2021-12-075-88/+12
|/
* Merge pull request #1486 from PyCQA/stray-noqaAnthony Sottile2021-12-071-1/+1
|\ | | | | remove stray noqa
| * remove stray noqastray-noqaAnthony Sottile2021-12-071-1/+1
|/
* Merge pull request #1485 from PyCQA/disabled-by-default-plugin-testAnthony Sottile2021-12-071-0/+28
|\ | | | | add integration test for off_by_default plugin
| * add integration test for off_by_default pluginAnthony Sottile2021-12-071-0/+28
|/
* Merge pull request #1484 from PyCQA/pre-commit-ci-update-configAnthony Sottile2021-12-061-1/+1
|\ | | | | [pre-commit.ci] pre-commit autoupdate
| * [pre-commit.ci] pre-commit autoupdatepre-commit-ci[bot]2021-12-061-1/+1
|/ | | | | updates: - [github.com/psf/black: 21.11b1 → 21.12b0](https://github.com/psf/black/compare/21.11b1...21.12b0)
* Merge pull request #1477 from PyCQA/running_against_diffAnthony Sottile2021-11-251-6/+4
|\ | | | | use self.options.diff directly
| * use self.options.diff directlyAnthony Sottile2021-11-251-6/+4
|/
* Merge pull request #1476 from asottile/files_not_nullableAnthony Sottile2021-11-256-22/+18
|\ | | | | refactor run_checks to not take an Optional list of filenames
| * refactor run_checks to not take an Optional list of filenamesAnthony Sottile2021-11-256-22/+18
|/
* Merge pull request #1473 from PyCQA/mypy-improveAnthony Sottile2021-11-221-2/+0
|\ | | | | this module is fully typed now
| * this module is fully typed nowAnthony Sottile2021-11-221-2/+0
|/
* Merge pull request #1472 from asottile/config_discoveryAnthony Sottile2021-11-2220-883/+351
|\ | | | | refactor and simplify configuration loading
| * refactor and simplify configuration loadingAnthony Sottile2021-11-2220-883/+351
|/
* Merge pull request #1471 from PyCQA/pre-commit-ci-update-configAnthony Sottile2021-11-221-2/+2
|\ | | | | [pre-commit.ci] pre-commit autoupdate
| * [pre-commit.ci] pre-commit autoupdatepre-commit-ci[bot]2021-11-221-2/+2
|/ | | | | | updates: - [github.com/psf/black: 21.10b0 → 21.11b1](https://github.com/psf/black/compare/21.10b0...21.11b1) - [github.com/asottile/pyupgrade: v2.29.0 → v2.29.1](https://github.com/asottile/pyupgrade/compare/v2.29.0...v2.29.1)
* Merge pull request #1466 from asottile/mypy-everythingAnthony Sottile2021-11-1511-48/+53
|\ | | | | move from allowlist to blocklist for mypy
| * move from allowlist to blocklist for mypyAnthony Sottile2021-11-1411-48/+53
|/
* Merge pull request #1465 from asottile/kwonlyAnthony Sottile2021-11-153-20/+23
|\ | | | | replace py2-kwonly shim with true kwonly args
| * replace py2-kwonly shim with true kwonly argsAnthony Sottile2021-11-143-20/+23
|/
* Merge pull request #1464 from PyCQA/more-testsAnthony Sottile2021-11-144-35/+61
|\ | | | | improve integration tests
| * improve integration testsAnthony Sottile2021-11-144-35/+61
|/
* Merge pull request #1463 from asottile/file_discoveryAnthony Sottile2021-11-149-217/+291
|\ | | | | split out file discovery and test it
| * split out file discovery and test itAnthony Sottile2021-11-149-217/+291
|/
* Merge pull request #1462 from PyCQA/test_name_tooAnthony Sottile2021-11-141-2/+2
|\ | | | | fix test name after exit -> exit_code refactor
| * fix test name after exit -> exit_code refactorAnthony Sottile2021-11-141-2/+2
|/