| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add --required-plugins and --allowed-pluginsplugin-loading | Ian Stapleton Cordasco | 2021-11-05 | 6 | -7/+172 |
| | | | | | | Closes #283 Closes #488 | ||||
| * | Merge pull request #1437 from PyCQA/fix-rtfd | Ian Stapleton Cordasco | 2021-11-02 | 1 | -0/+1 |
| |\ | | | | | Fix ReadTheDocs builds | ||||
| | * | Fix ReadTheDocs builds | Ian Stapleton Cordasco | 2021-11-02 | 1 | -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-config | Anthony Sottile | 2021-11-01 | 1 | -1/+1 |
| |\ | | | | | [pre-commit.ci] pre-commit autoupdate | ||||
| | * | [pre-commit.ci] pre-commit autoupdate | pre-commit-ci[bot] | 2021-11-01 | 1 | -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-return | Anthony Sottile | 2021-10-17 | 2 | -56/+20 |
| |\ | | | | | Remove usage of self.manager.map() in load_plugins() | ||||
| | * | Fix tests | Max R | 2021-10-17 | 1 | -51/+18 |
| | | | |||||
| | * | Remove usage of self.manager.map() in load_plugins() | Max R | 2021-10-17 | 1 | -5/+2 |
| | | | |||||
| * | | Merge pull request #1427 from mxr/minor-typing-fixes | Anthony Sottile | 2021-10-17 | 1 | -2/+4 |
| |\ \ | |/ |/| | Update type hint and expression for _multiprocessing_is_fork() | ||||
| | * | [pre-commit.ci] auto fixes from pre-commit.com hooks | pre-commit-ci[bot] | 2021-10-18 | 1 | -1/+3 |
| | | | | | | | | | for more information, see https://pre-commit.ci | ||||
| | * | Update type hint and expression for _multiprocessing_is_fork() | Max R | 2021-10-17 | 1 | -2/+2 |
| |/ | |||||
| * | Merge pull request #1411 from PyCQA/indent-size-str | Anthony Sottile | 2021-10-11 | 1 | -2/+0 |
| |\ | | | | | remove indent_size_str | ||||
| | * | remove indent_size_strindent-size-str | Anthony Sottile | 2021-10-11 | 1 | -2/+0 |
| | | | | | | | | | this was originally added only for pycodestyle which no longer uses it | ||||
| * | | Merge pull request #1414 from PyCQA/pre-commit-ci-update-config | Anthony Sottile | 2021-10-11 | 1 | -1/+1 |
| |\ \ | | | | | | | [pre-commit.ci] pre-commit autoupdate | ||||
| | * | | [pre-commit.ci] pre-commit autoupdate | pre-commit-ci[bot] | 2021-10-11 | 1 | -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/main | Anthony Sottile | 2021-10-11 | 1 | -28/+4 |
| |\ \ | |/ |/| | remove user configuration in docs | ||||
| | * | remove more mentions of user-level configuration in docs | Guilhem Saurel | 2021-10-11 | 1 | -8/+4 |
| | | | |||||
| | * | update doc after #1404 | Guilhem Saurel | 2021-10-11 | 1 | -20/+0 |
| |/ | |||||
| * | Release 4.0.14.0.1 | Anthony Sottile | 2021-10-11 | 3 | -1/+17 |
| | | |||||
| * | Merge pull request #1410 from PyCQA/parallel-syntax-error | Anthony Sottile | 2021-10-11 | 1 | -3/+5 |
| |\ | | | | | fix parallel execution collecting a SyntaxError | ||||
| | * | fix parallel execution collecting a SyntaxErrorparallel-syntax-error | Anthony Sottile | 2021-10-11 | 1 | -3/+5 |
| |/ | |||||
| * | Release 4.0.04.0.0 | Anthony Sottile | 2021-10-10 | 3 | -4/+31 |
| | | |||||
| * | Merge pull request #1407 from asottile/setup-cfg-fmt | Anthony Sottile | 2021-10-10 | 1 | -15/+18 |
| |\ | | | | | rerun setup-cfg-fmt (and restore comments) | ||||
| | * | rerun setup-cfg-fmt (and restore comments) | Anthony Sottile | 2021-10-10 | 1 | -15/+18 |
| |/ | |||||
| * | Merge pull request #1406 from asottile/update-versions | Anthony Sottile | 2021-10-10 | 1 | -2/+2 |
| |\ | | | | | update dependency versions | ||||
| | * | update dependency versions | Anthony Sottile | 2021-10-10 | 1 | -2/+2 |
| |/ | |||||
| * | Merge pull request #1404 from PyCQA/drop-xdg-config | Ian Stapleton Cordasco | 2021-10-10 | 6 | -157/+49 |
| |\ | | | | | Drop support for Home and XDG config files | ||||
| | * | Drop support for Home and XDG config files | Ian Stapleton Cordasco | 2021-10-10 | 6 | -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-workflows | Ian Stapleton Cordasco | 2021-10-10 | 0 | -0/+0 |
| |\ | | | | | Fix GitHub actions after renaming master to main | ||||
| | * | Fix GitHub actions after renaming master to mainfix-github-workflows | Ian Stapleton Cordasco | 2021-10-10 | 1 | -1/+1 |
| | | | |||||
| * | | Merge pull request #1403 from PyCQA/master-to-main | Anthony Sottile | 2021-10-10 | 4 | -6/+6 |
| |\ \ | |/ |/| | master -> main | ||||
| | * | master -> main | Anthony Sottile | 2021-10-10 | 4 | -6/+6 |
| |/ | |||||
| * | Merge pull request #1395 from PyCQA/pre-commit-ci-update-configHEADmaster | Anthony Sottile | 2021-10-04 | 1 | -1/+1 |
| |\ | | | | | [pre-commit.ci] pre-commit autoupdate | ||||
| | * | [pre-commit.ci] pre-commit autoupdate | pre-commit-ci[bot] | 2021-10-04 | 1 | -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-config | Anthony Sottile | 2021-09-27 | 1 | -1/+1 |
| |\ | | | | | [pre-commit.ci] pre-commit autoupdate | ||||
| | * | [pre-commit.ci] pre-commit autoupdate | pre-commit-ci[bot] | 2021-09-27 | 1 | -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-config | Anthony Sottile | 2021-09-20 | 1 | -1/+1 |
| |\ | | | | | [pre-commit.ci] pre-commit autoupdate | ||||
| | * | [pre-commit.ci] pre-commit autoupdate | pre-commit-ci[bot] | 2021-09-20 | 1 | -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-config | Anthony Sottile | 2021-09-13 | 1 | -1/+1 |
| |\ | | | | | [pre-commit.ci] pre-commit autoupdate | ||||
| | * | [pre-commit.ci] pre-commit autoupdate | pre-commit-ci[bot] | 2021-09-13 | 1 | -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_test | Anthony Sottile | 2021-09-08 | 1 | -2/+2 |
| |\ | | | | | fix test name after refactor | ||||
| | * | fix test name after refactor | Anthony Sottile | 2021-09-08 | 1 | -2/+2 |
| |/ | |||||
| * | Merge pull request #1382 from PyCQA/stdio-encoding-sadness | Anthony Sottile | 2021-09-08 | 2 | -20/+10 |
| |\ | | | | | write directly to sys.stdout.buffer to avoid windows io encoding | ||||
| | * | write directly to sys.stdout.buffer to avoid windows io encoding | Anthony Sottile | 2021-09-08 | 2 | -20/+10 |
| |/ | |||||
| * | Merge pull request #1380 from PyCQA/pre-commit-ci-update-config | Anthony Sottile | 2021-08-30 | 1 | -2/+2 |
| |\ | | | | | [pre-commit.ci] pre-commit autoupdate | ||||
| | * | [pre-commit.ci] pre-commit autoupdate | pre-commit-ci[bot] | 2021-08-30 | 1 | -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-config | Anthony Sottile | 2021-08-23 | 1 | -1/+1 |
| |\ | | | | | [pre-commit.ci] pre-commit autoupdate | ||||
| | * | [pre-commit.ci] pre-commit autoupdate | pre-commit-ci[bot] | 2021-08-23 | 1 | -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-tests | Anthony Sottile | 2021-08-15 | 4 | -17/+19 |
| |\ | | | | | test using python3.10 | ||||
| | * | test using python3.10 | Anthony Sottile | 2021-08-15 | 4 | -17/+19 |
| |/ | |||||
