summaryrefslogtreecommitdiffstats
path: root/setup.cfg
blob: 9b492ee3b7b69f4ddfb4a1e0afee05c6880eb5ff (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 = False

[mypy-sqlglot.dataframe.*]
ignore_errors = False

[mypy-tests.*]
ignore_errors = True

[mypy-tests.dataframe.*]
ignore_errors = False