Skip to content

Commit

Permalink
update black config to always exclude the protobuf generated file
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Apr 18, 2024
1 parent cde7962 commit fe312d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ check-sdist = [
protobuf = "protoc -I=./dbt/adapters/events --python_out=./dbt/adapters/events ./dbt/adapters/events/adapter_types.proto"

[tool.black]
extend-exclude = "dbt/adapters/events/adapter_types_pb2.py"
force-exclude = "dbt/adapters/events/adapter_types_pb2.py"
line-length = 99
target-version = ['py38']

Expand Down

0 comments on commit fe312d1

Please sign in to comment.