Skip to content

Commit fbea74c

Browse files
committed
fix: constrain number of workers so we don’t blow up SQLite3
1 parent 9f4634c commit fbea74c

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
@@ -46,7 +46,7 @@ actions = [
4646
]
4747
dev = [
4848
"flit >=3.2.0,<4.0.0",
49-
"mypy >=1.0.0,!=1.20.2,<2.2",
49+
"mypy >=2.0.0,<2.2.0",
5050
"pip-audit >=2.4.4,<3.0.0",
5151
"pylint >=3.0.0,<4.1.0",
5252
"perflint >=0.8.0,<1.0.0",
@@ -147,6 +147,7 @@ filter_files = true
147147
[tool.mypy]
148148
# mypy_path =
149149
# exclude =
150+
num_workers = 8
150151
show_error_codes = true
151152
show_column_numbers = true
152153
pretty = true

0 commit comments

Comments
 (0)