File: setup.cfg

package info (click to toggle)
sqlglot 28.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 13,992 kB
  • sloc: python: 81,076; sql: 21,907; makefile: 44
file content (15 lines) | stat: -rw-r--r-- 241 bytes parent folder | download | duplicates (3)
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