diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e1bd0da..e4ac59e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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] @@ -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 diff --git a/docs/requirements.txt b/docs/requirements.txt index ba9bd0b..7b63b9f 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -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