Files
dbt-core/pyproject.toml
Emily Rockman ca23148908 Stop ignoring test directory for precommit (#7201)
* reformat test directory to pass formatting checks

* remove test comment
2023-03-22 08:04:13 -05:00

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']