Skip to content

Commit 9428ea8

Browse files
committed
chore: disable SQLite db to prevent lock failure, even though caching is disabled
1 parent 60a337a commit 9428ea8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ disallow_incomplete_defs = true
152152
disallow_untyped_decorators = true
153153
# disable_error_code =
154154
# allow_redefinition =
155+
no_sqlite_cache = true
155156

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

0 commit comments

Comments
 (0)