forked from repo-mirrors/dbt-core
10 lines
193 B
TOML
10 lines
193 B
TOML
[tool.mypy]
|
|
# TODO: widen range of files as we fix issues
|
|
files = 'core/dbt'
|
|
mypy_path = "third-party-stubs/"
|
|
namespace_packages = true
|
|
|
|
[tool.black]
|
|
line-length = 99
|
|
target-version = ['py38']
|