1
0
Fork 0

Adding upstream version 9.0.1.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-13 14:47:39 +01:00
parent 768d386bf5
commit fca0265317
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
87 changed files with 7994 additions and 421 deletions

15
setup.cfg Normal file
View file

@ -0,0 +1,15 @@
[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