Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#335)
Browse files Browse the repository at this point in the history
* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/astral-sh/ruff-pre-commit: v0.8.4 → v0.8.6](astral-sh/ruff-pre-commit@v0.8.4...v0.8.6)
- [github.com/pre-commit/mirrors-mypy: v1.14.0 → v1.14.1](pre-commit/mirrors-mypy@v1.14.0...v1.14.1)

* install sphinx-codeautolink from git to work around build fail

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: jakkdl <[email protected]>
  • Loading branch information
pre-commit-ci[bot] and jakkdl authored Jan 8, 2025
1 parent 5616dfa commit 44e89ad
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ci:

repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.4
rev: v0.8.6
hooks:
- id: ruff
args: [--fix]
Expand Down Expand Up @@ -38,7 +38,7 @@ repos:
- id: isort

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.14.0
rev: v1.14.1
hooks:
- id: mypy
# uses py311 syntax, mypy configured for py39
Expand Down
5 changes: 4 additions & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
libcst
sphinx-codeautolink
# temporarily depend on master to fix
# https://github.com/felix-hilden/sphinx-codeautolink/issues/153
# once a version > 0.15.2 is released we can revert
git+https://github.com/felix-hilden/sphinx-codeautolink

0 comments on commit 44e89ad

Please sign in to comment.