Skip to content

Commit 770a474

Browse files
committed
chore: add comment and additional parallel stand-in option
1 parent 9428ea8 commit 770a474

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ mypy_path = [
133133
"src/",
134134
]
135135
explicit_package_bases = true
136+
num_workers = 2
136137
show_error_codes = true
137138
show_column_numbers = true
138139
pretty = true
@@ -152,7 +153,7 @@ disallow_incomplete_defs = true
152153
disallow_untyped_decorators = true
153154
# disable_error_code =
154155
# allow_redefinition =
155-
no_sqlite_cache = true
156+
no_sqlite_cache = true # https://github.com/python/mypy/issues/21769
156157

157158
# https://mypy.readthedocs.io/en/stable/running_mypy.html#missing-imports
158159
[[tool.mypy.overrides]]

0 commit comments

Comments
 (0)