We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9428ea8 commit 770a474Copy full SHA for 770a474
1 file changed
pyproject.toml
@@ -133,6 +133,7 @@ mypy_path = [
133
"src/",
134
]
135
explicit_package_bases = true
136
+num_workers = 2
137
show_error_codes = true
138
show_column_numbers = true
139
pretty = true
@@ -152,7 +153,7 @@ disallow_incomplete_defs = true
152
153
disallow_untyped_decorators = true
154
# disable_error_code =
155
# allow_redefinition =
-no_sqlite_cache = true
156
+no_sqlite_cache = true # https://github.com/python/mypy/issues/21769
157
158
# https://mypy.readthedocs.io/en/stable/running_mypy.html#missing-imports
159
[[tool.mypy.overrides]]
0 commit comments