Skip to content

Commit a04aea6

Browse files
committed
chore: disable SQLite db to prevent lock failure, even though caching is disabled
1 parent a61c62d commit a04aea6

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
@@ -48,7 +48,7 @@ actions = [
4848
]
4949
dev = [
5050
"flit >=3.2.0,<4.0.0",
51-
"mypy !=1.20.2,>=2.3.0,<2.4",
51+
"mypy >=2.0.0,<2.4",
5252
"pip-audit >=2.4.4,<3.0.0",
5353
"pylint >=4.0.0,<4.1.0",
5454
"cyclonedx-bom >=7.0.0,<8.0.0",
@@ -145,6 +145,7 @@ disallow_incomplete_defs = true
145145
disallow_untyped_decorators = true
146146
# disable_error_code =
147147
# allow_redefinition =
148+
no_sqlite_cache = true
148149

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

0 commit comments

Comments
 (0)