[pre-commit.ci] pre-commit autoupdate#12741
Conversation
updates: - [github.com/astral-sh/ruff-pre-commit: v0.6.1 → v0.6.2](astral-sh/ruff-pre-commit@v0.6.1...v0.6.2) - [github.com/pre-commit/mirrors-mypy: v1.11.1 → v1.11.2](pre-commit/mirrors-mypy@v1.11.1...v1.11.2)
8e2f001 to
8e86ac5
Compare
|
@nicoddemus I fixed readthedoc by changing your temporary fix to something that is going to work if new versions of towncrier are released without sphinx-contrib/sphinxcontrib-towncrier#92 being resolved (8e86ac5), I'll let you review this part. |
nicoddemus
left a comment
There was a problem hiding this comment.
Sounds good, thanks @Pierre-Sassoulas
updates: - [github.com/astral-sh/ruff-pre-commit: v0.6.1 → v0.6.2](astral-sh/ruff-pre-commit@v0.6.1...v0.6.2) - [github.com/pre-commit/mirrors-mypy: v1.11.1 → v1.11.2](pre-commit/mirrors-mypy@v1.11.1...v1.11.2) * Fix sphinx with a more robust fix Until sphinx-contrib/sphinxcontrib-towncrier#92 is resolved. Co-authored-by: Pierre Sassoulas <[email protected]>
| # Pin towncrier temporarily due to incompatibility with sphinxcontrib-towncrier: | ||
| # https://github.com/sphinx-contrib/sphinxcontrib-towncrier/issues/92 | ||
| towncrier!=24.7.0,!=24.7.1 | ||
| towncrier<24.7 |
There was a problem hiding this comment.
@Pierre-Sassoulas I wanted to revert the PR, but it contains more things than this line… FYI, the extension is now compatible with new Towncrier.
There was a problem hiding this comment.
There should be only 2 conflicts during the revert and we can keep the line with the higher value each time.
There was a problem hiding this comment.
Although it's probably better to start from scratch.
There was a problem hiding this comment.
Yeah, I was just being lazy in the middle of the night :) So I figured I'd at least leave a notification in here.
updates: