Skip to content

Commit fa28a38

Browse files
Robert RoosRobertoRoos
authored andcommitted
Disabled mypy check in CI
1 parent d9a8a58 commit fa28a38

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/lint.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,9 @@ jobs:
3838
- name: Format with Ruff
3939
run: ruff format . --diff
4040

41-
- name: Type check with MyPy
42-
run: mypy
41+
# - name: Type check with MyPy
42+
# run: mypy
43+
# Skip MyPy check for now, see https://github.com/sphinx-doc/sphinx-argparse/issues/85
4344

4445
twine:
4546
name: "Check packing with Twine"

0 commit comments

Comments
 (0)