1
0
Fork 0
sqlglot/setup.cfg
Daniel Baumann 213191b8e3
Merging upstream version 23.16.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-13 21:35:32 +01:00

15 lines
241 B
INI

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