We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a0cc95 commit 3ff4e0dCopy full SHA for 3ff4e0d
1 file changed
sqlglotc/pyproject.toml
@@ -25,3 +25,7 @@ local_scheme = "no-local-version"
25
[tool.mypy]
26
# Allow mypyc to resolve sqlglot.* from the repo root (../sqlglot/) or sdist root (./sqlglot/).
27
mypy_path = [".", ".."]
28
+
29
+[[tool.mypy.overrides]]
30
+module = "sqlglot._version"
31
+ignore_missing_imports = true
0 commit comments