forked from repo-mirrors/dbt-core
* Correct `isort` configuration to include dbt-semantic-interfaces as internal We thought we were already doing this. However, we accidentally missed the last `s` of `dbt-semantic-interfaces`, so imports from dbt-semantic-interfaces were not being identified as an internal package by isort. This fixes that. * Run isort using updated configs to mark `dbt-semantic-interfaces` as included
5 lines
166 B
INI
5 lines
166 B
INI
[settings]
|
|
profile=black
|
|
extend_skip_glob=.github/*,third-party-stubs/*,scripts/*
|
|
known_first_party=dbt,dbt_adapters,dbt_common,dbt_extractor,dbt_semantic_interfaces
|