summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add --required-plugins and --allowed-pluginsplugin-loadingIan Stapleton Cordasco2021-11-056-7/+172
| | | | | Closes #283 Closes #488
* Merge pull request #1437 from PyCQA/fix-rtfdIan Stapleton Cordasco2021-11-021-0/+1
|\ | | | | Fix ReadTheDocs builds
| * Fix ReadTheDocs buildsIan Stapleton Cordasco2021-11-021-0/+1
|/ | | | | | | | docutils 0.18 is busted and needs to be prevented from being installed Related to https://github.com/sphinx-doc/sphinx/issues/9788 Related to https://github.com/readthedocs/readthedocs.org/issues/8616
* Merge pull request #1436 from PyCQA/pre-commit-ci-update-configAnthony Sottile2021-11-011-1/+1
|\ | | | | [pre-commit.ci] pre-commit autoupdate
| * [pre-commit.ci] pre-commit autoupdatepre-commit-ci[bot]2021-11-011-1/+1
|/ | | | | updates: - [github.com/psf/black: 21.9b0 → 21.10b0](https://github.com/psf/black/compare/21.9b0...21.10b0)
* Merge pull request #1426 from mxr/fix-returnAnthony Sottile2021-10-172-56/+20
|\ | | | | Remove usage of self.manager.map() in load_plugins()
| * Fix testsMax R2021-10-171-51/+18
| |
| * Remove usage of self.manager.map() in load_plugins()Max R2021-10-171-5/+2
| |
* | Merge pull request #1427 from mxr/minor-typing-fixesAnthony Sottile2021-10-171-2/+4
|\ \ | |/ |/| Update type hint and expression for _multiprocessing_is_fork()
| * [pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]2021-10-181-1/+3
| | | | | | | | for more information, see https://pre-commit.ci
| * Update type hint and expression for _multiprocessing_is_fork()Max R2021-10-171-2/+2
|/
* Merge pull request #1411 from PyCQA/indent-size-strAnthony Sottile2021-10-111-2/+0
|\ | | | | remove indent_size_str
| * remove indent_size_strindent-size-strAnthony Sottile2021-10-111-2/+0
| | | | | | | | this was originally added only for pycodestyle which no longer uses it
* | Merge pull request #1414 from PyCQA/pre-commit-ci-update-configAnthony Sottile2021-10-111-1/+1
|\ \ | | | | | | [pre-commit.ci] pre-commit autoupdate
| * | [pre-commit.ci] pre-commit autoupdatepre-commit-ci[bot]2021-10-111-1/+1
|/ / | | | | | | | | updates: - [github.com/pre-commit/mirrors-mypy: v0.910 → v0.910-1](https://github.com/pre-commit/mirrors-mypy/compare/v0.910...v0.910-1)
* | Merge pull request #1413 from nim65s/mainAnthony Sottile2021-10-111-28/+4
|\ \ | |/ |/| remove user configuration in docs
| * remove more mentions of user-level configuration in docsGuilhem Saurel2021-10-111-8/+4
| |
| * update doc after #1404Guilhem Saurel2021-10-111-20/+0
|/
* Release 4.0.14.0.1Anthony Sottile2021-10-113-1/+17
|
* Merge pull request #1410 from PyCQA/parallel-syntax-errorAnthony Sottile2021-10-111-3/+5
|\ | | | | fix parallel execution collecting a SyntaxError
| * 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
|/