Skip to content

Commit 96aac64

Browse files
committed
chore: add comment and additional parallel stand-in option
1 parent 2805c1f commit 96aac64

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
@@ -126,6 +126,7 @@ exclude = [
126126
[tool.mypy]
127127
# mypy_path =
128128
# exclude =
129+
num_workers = 2
129130
show_error_codes = true
130131
show_column_numbers = true
131132
pretty = true
@@ -145,7 +146,7 @@ disallow_incomplete_defs = true
145146
disallow_untyped_decorators = true
146147
# disable_error_code =
147148
# allow_redefinition =
148-
no_sqlite_cache = true
149+
no_sqlite_cache = true # https://github.com/python/mypy/issues/21769
149150

150151
[[tool.mypy.overrides]]
151152
module = [

0 commit comments

Comments
 (0)