Skip to content

Commit ede7762

Browse files
committed
Override mypy sqlparse module
1 parent 3724821 commit ede7762

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
@@ -89,7 +89,8 @@ packages = ["debug_toolbar"]
8989
[tool.hatch.version]
9090
path = "debug_toolbar/__init__.py"
9191

92-
[tool.mypy]
92+
[[tool.mypy.overrides]]
93+
module = ["sqlparse"]
9394
ignore_missing_imports = true
9495

9596
[tool.ruff.lint]

0 commit comments

Comments
 (0)