Skip to content

Commit

Permalink
FIX: install sphinx-api-relink in type hint deps
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Dec 9, 2023
1 parent 66f75ae commit c46b7a7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,13 @@ jupyter = [
"python-lsp-server[rope]",
]
lint = [
"mypy >=0.730",
"pawian-tools[mypy]",
"ruff",
]
"mypy" = [
"mypy >=0.730",
"sphinx-api-relink",
]
sty = [
"pawian-tools[format]",
"pawian-tools[lint]",
Expand Down

0 comments on commit c46b7a7

Please sign in to comment.