Skip to content

Commit bb2314b

Browse files
remove accidental mypy addition
1 parent 509fe8e commit bb2314b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ format = { cmd = "task format-ruff", help = "Format code with ruff and docs" }
119119
post_format = "task format-docs"
120120

121121
typecheck = { cmd = "task check-types-pyright", help = "Run type checking" }
122-
post_typecheck = "task check-types-mypy"
123122

124123
lint = { cmd = "task check-ruff", help = "Run all linting checks" }
125124
post_lint = "task typecheck && task check-importable"

0 commit comments

Comments
 (0)