We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5616dfa commit 44e89adCopy full SHA for 44e89ad
.pre-commit-config.yaml
@@ -9,7 +9,7 @@ ci:
9
10
repos:
11
- repo: https://github.com/astral-sh/ruff-pre-commit
12
- rev: v0.8.4
+ rev: v0.8.6
13
hooks:
14
- id: ruff
15
args: [--fix]
@@ -38,7 +38,7 @@ repos:
38
- id: isort
39
40
- repo: https://github.com/pre-commit/mirrors-mypy
41
- rev: v1.14.0
+ rev: v1.14.1
42
43
- id: mypy
44
# uses py311 syntax, mypy configured for py39
docs/requirements.txt
@@ -1,2 +1,5 @@
1
libcst
2
-sphinx-codeautolink
+# temporarily depend on master to fix
3
+# https://github.com/felix-hilden/sphinx-codeautolink/issues/153
4
+# once a version > 0.15.2 is released we can revert
5
+git+https://github.com/felix-hilden/sphinx-codeautolink
0 commit comments