summaryrefslogtreecommitdiffstats
path: root/setup.cfg
blob: bbd20d0dbc8c49bff7eb0dc62e194a5517d4fd8c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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