Skip to content

Commit 1276934

Browse files
fix(actions): fix mypy
1 parent d4a9283 commit 1276934

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mypy.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ jobs:
2525
pip install -e .
2626
2727
- name: Type check with mypy
28-
run: mypy vyper_sphinx_docs tests
28+
run: mypy sphinx_autodoc_vyper tests

0 commit comments

Comments
 (0)