summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fix parallel execution collecting a SyntaxErrorparallel-syntax-errorAnthony Sottile2021-10-111-3/+5
|
* Release 4.0.04.0.0Anthony Sottile2021-10-103-4/+31
|
* Merge pull request #1407 from asottile/setup-cfg-fmtAnthony Sottile2021-10-101-15/+18
|\ | | | | rerun setup-cfg-fmt (and restore comments)
| * rerun setup-cfg-fmt (and restore comments)Anthony Sottile2021-10-101-15/+18
|/
* Merge pull request #1406 from asottile/update-versionsAnthony Sottile2021-10-101-2/+2
|\ | | | | update dependency versions
| * update dependency versionsAnthony Sottile2021-10-101-2/+2
|/
* Merge pull request #1404 from PyCQA/drop-xdg-configIan Stapleton Cordasco2021-10-106-157/+49
|\ | | | | Drop support for Home and XDG config files
| * Drop support for Home and XDG config filesIan Stapleton Cordasco2021-10-106-157/+49
|/ | | | | | | | | This has been a huge support burden for us. I seriously considered doing this in 3.0 but caved to a vocal minority and the desire to keep as much backwards compatibility as possible. At this point, however, I'm done witnessing the abuse Anthony has to suffer over this and I'm done with the undue hostility that people who don't bother to read the docs display. Hopefully, this eases that a bit.
* Merge pull request #1405 from PyCQA/fix-github-workflowsIan Stapleton Cordasco2021-10-100-0/+0
|\ | | | | Fix GitHub actions after renaming master to main
| * Fix GitHub actions after renaming master to mainfix-github-workflowsIan Stapleton Cordasco2021-10-101-1/+1
| |
* | Merge pull request #1403 from PyCQA/master-to-mainAnthony Sottile2021-10-104-6/+6
|\ \ | |/ |/| master -> main
| * master -> mainAnthony Sottile2021-10-104-6/+6
|/
* Merge pull request #1395 from PyCQA/pre-commit-ci-update-configHEADmasterAnthony Sottile2021-10-041-1/+1
|\ | | | | [pre-commit.ci] pre-commit autoupdate
| * [pre-commit.ci] pre-commit autoupdatepre-commit-ci[bot]2021-10-041-1/+1
|/ | | | | updates: - [github.com/asottile/pyupgrade: v2.28.0 → v2.29.0](https://github.com/asottile/pyupgrade/compare/v2.28.0...v2.29.0)
* Merge pull request #1393 from PyCQA/pre-commit-ci-update-configAnthony Sottile2021-09-271-1/+1
|\ | | | | [pre-commit.ci] pre-commit autoupdate
| * [pre-commit.ci] pre-commit autoupdatepre-commit-ci[bot]2021-09-271-1/+1
|/ | | | | updates: - [github.com/asottile/pyupgrade: v2.26.0 → v2.28.0](https://github.com/asottile/pyupgrade/compare/v2.26.0...v2.28.0)
* Merge pull request #1391 from PyCQA/pre-commit-ci-update-configAnthony Sottile2021-09-201-1/+1
|\ | | | | [pre-commit.ci] pre-commit autoupdate
| * [pre-commit.ci] pre-commit autoupdatepre-commit-ci[bot]2021-09-201-1/+1
|/ | | | | updates: - [github.com/psf/black: 21.8b0 → 21.9b0](https://github.com/psf/black/compare/21.8b0...21.9b0)
* Merge pull request #1386 from PyCQA/pre-commit-ci-update-configAnthony Sottile2021-09-131-1/+1
|\ | | | | [pre-commit.ci] pre-commit autoupdate
| * [pre-commit.ci] pre-commit autoupdatepre-commit-ci[bot]2021-09-131-1/+1
|/ | | | | updates: - [github.com/asottile/pyupgrade: v2.25.0 → v2.26.0](https://github.com/asottile/pyupgrade/compare/v2.25.0...v2.26.0)
* Merge pull request #1383 from PyCQA/rename_testAnthony Sottile2021-09-081-2/+2
|\ | | | | fix test name after refactor
| * fix test name after refactorAnthony Sottile2021-09-081-2/+2
|/
* Merge pull request #1382 from PyCQA/stdio-encoding-sadnessAnthony Sottile2021-09-082-20/+10
|\ | | | | write directly to sys.stdout.buffer to avoid windows io encoding
| * write directly to sys.stdout.buffer to avoid windows io encodingAnthony Sottile2021-09-082-20/+10
|/
* Merge pull request #1380 from PyCQA/pre-commit-ci-update-configAnthony Sottile2021-08-301-2/+2
|\ | | | | [pre-commit.ci] pre-commit autoupdate
| * [pre-commit.ci] pre-commit autoupdatepre-commit-ci[bot]2021-08-301-2/+2
|/ | | | | | updates: - [github.com/psf/black: 21.7b0 → 21.8b0](https://github.com/psf/black/compare/21.7b0...21.8b0) - [github.com/asottile/pyupgrade: v2.24.0 → v2.25.0](https://github.com/asottile/pyupgrade/compare/v2.24.0...v2.25.0)
* Merge pull request #1378 from PyCQA/pre-commit-ci-update-configAnthony Sottile2021-08-231-1/+1
|\ | | | | [pre-commit.ci] pre-commit autoupdate
| * [pre-commit.ci] pre-commit autoupdatepre-commit-ci[bot]2021-08-231-1/+1
|/ | | | | updates: - [github.com/asottile/pyupgrade: v2.23.3 → v2.24.0](https://github.com/asottile/pyupgrade/compare/v2.23.3...v2.24.0)
* Merge pull request #1375 from asottile/py310-testsAnthony Sottile2021-08-154-17/+19
|\ | | | | test using python3.10
| * test using python3.10Anthony Sottile2021-08-154-17/+19
|/
* Merge pull request #1374 from PyCQA/bug/1372Anthony Sottile2021-08-152-3/+39
|\ | | | | Handle new SyntaxError tuple on 3.10
| * Handle new SyntaxError tuple on 3.10Ian Stapleton Cordasco2021-08-152-3/+39
|/ | | | Closes #1372
* Merge pull request #1370 from PyCQA/pre-commit-ci-update-configAnthony Sottile2021-08-091-1/+1
|\ | | | | [pre-commit.ci] pre-commit autoupdate
| * [pre-commit.ci] pre-commit autoupdatepre-commit-ci[bot]2021-08-091-1/+1
|/ | | | | updates: - [github.com/asottile/pyupgrade: v2.23.1 → v2.23.3](https://github.com/asottile/pyupgrade/compare/v2.23.1...v2.23.3)
* Merge pull request #1368 from PyCQA/pre-commit-ci-update-configAnthony Sottile2021-08-021-1/+1
|\ | | | | [pre-commit.ci] pre-commit autoupdate
| * [pre-commit.ci] pre-commit autoupdatepre-commit-ci[bot]2021-08-021-1/+1
|/ | | | | updates: - [github.com/asottile/pyupgrade: v2.23.0 → v2.23.1](https://github.com/asottile/pyupgrade/compare/v2.23.0...v2.23.1)
* Merge pull request #1367 from JacobHayes/patch-1Anthony Sottile2021-08-011-1/+1
|\ | | | | Update --indent-size help format string
| * Update --indent-size help format stringJacob Hayes2021-08-011-1/+1
|/
* Merge pull request #1366 from PyCQA/pre-commit-ci-update-configAnthony Sottile2021-07-261-2/+2
|\ | | | | [pre-commit.ci] pre-commit autoupdate
| * [pre-commit.ci] pre-commit autoupdatepre-commit-ci[bot]2021-07-261-2/+2
|/ | | | | | updates: - [github.com/asottile/reorder_python_imports: v2.5.0 → v2.6.0](https://github.com/asottile/reorder_python_imports/compare/v2.5.0...v2.6.0) - [github.com/asottile/pyupgrade: v2.21.2 → v2.23.0](https://github.com/asottile/pyupgrade/compare/v2.21.2...v2.23.0)
* Merge pull request #1364 from PyCQA/pre-commit-ci-update-configAnthony Sottile2021-07-191-2/+2
|\ | | | | [pre-commit.ci] pre-commit autoupdate
| * [pre-commit.ci] pre-commit autoupdatepre-commit-ci[bot]2021-07-191-2/+2
|/ | | | | | updates: - [github.com/psf/black: 21.6b0 → 21.7b0](https://github.com/psf/black/compare/21.6b0...21.7b0) - [github.com/asottile/pyupgrade: v2.21.0 → v2.21.2](https://github.com/asottile/pyupgrade/compare/v2.21.0...v2.21.2)
* Merge pull request #1359 from PyCQA/pre-commit-ci-update-configAnthony Sottile2021-07-122-2/+2
|\ | | | | [pre-commit.ci] pre-commit autoupdate
| * ignore N818 (error naming) since our exceptions do not match itAnthony Sottile2021-07-121-1/+1
| |
| * [pre-commit.ci] pre-commit autoupdatepre-commit-ci[bot]2021-07-121-1/+1
|/ | | | | updates: - [github.com/asottile/pyupgrade: v2.20.0 → v2.21.0](https://github.com/asottile/pyupgrade/compare/v2.20.0...v2.21.0)
* Merge pull request #1355 from PyCQA/pre-commit-ci-update-configAnthony Sottile2021-07-051-1/+1
|\ | | | | [pre-commit.ci] pre-commit autoupdate
| * [pre-commit.ci] pre-commit autoupdatepre-commit-ci[bot]2021-07-051-1/+1
|/ | | | | updates: - [github.com/asottile/pyupgrade: v2.19.4 → v2.20.0](https://github.com/asottile/pyupgrade/compare/v2.19.4...v2.20.0)
* Merge pull request #1353 from PyCQA/pre-commit-ci-update-configAnthony Sottile2021-06-281-1/+1
|\ | | | | [pre-commit.ci] pre-commit autoupdate
| * [pre-commit.ci] pre-commit autoupdatepre-commit-ci[bot]2021-06-281-1/+1
|/ | | | | updates: - [github.com/pre-commit/mirrors-mypy: v0.902 → v0.910](https://github.com/pre-commit/mirrors-mypy/compare/v0.902...v0.910)
* Merge pull request #1352 from sobolevn/patch-2Ian Stapleton Cordasco2021-06-221-3/+3
|\ | | | | Improves plugin docs