Adding upstream version 9.0.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
768d386bf5
commit
fca0265317
87 changed files with 7994 additions and 421 deletions
15
setup.cfg
Normal file
15
setup.cfg
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue