summaryrefslogtreecommitdiffstats
path: root/setup.cfg
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2022-10-21 09:29:26 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2022-10-21 09:29:26 +0000
commit8b4272814fb4585be120f183eb7c26bb8acde974 (patch)
tree85d56a8f5ac4ac94ab924d5bbc578586eeb2a998 /setup.cfg
parentReleasing debian version 7.1.3-1. (diff)
downloadsqlglot-8b4272814fb4585be120f183eb7c26bb8acde974.tar.xz
sqlglot-8b4272814fb4585be120f183eb7c26bb8acde974.zip
Merging upstream version 9.0.1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg15
1 files changed, 15 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
new file mode 100644
index 0000000..bbd20d0
--- /dev/null
+++ b/setup.cfg
@@ -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