1
0
Fork 0
sqlglot/setup.cfg
Daniel Baumann fca0265317
Adding upstream version 9.0.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-13 14:47:39 +01:00

15 lines
240 B
INI

[mypy]
disallow_untyped_calls = False
no_implicit_optional = True
[mypy-sqlglot.*]
ignore_errors = True
[mypy-sqlglot.dataframe.*]
ignore_errors = False
[mypy-tests.*]
ignore_errors = True
[mypy-tests.dataframe.*]
ignore_errors = False