Skip to content

Commit 4af84d6

Browse files
committed
fix mypy-test
1 parent 02bafd0 commit 4af84d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Taskfile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ tasks:
181181
deps:
182182
- install-lint
183183
cmds:
184-
- "{{.LINT_PYTHON}} -m mypy-test {{.CLI_ARGS}} ./types/"
184+
- "{{.LINT_PYTHON}} -m mypy_test {{.CLI_ARGS}} ./types/"
185185

186186
sphinx:
187187
desc: "generate documentation"

0 commit comments

Comments
 (0)