Skip to content

Commit 1c62249

Browse files
committed
ignore aws lambda instrumentation folder since it is copied from OTel
1 parent 5a8dd35 commit 1c62249

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[tool.black]
22
line-length = 120
3-
extend-exclude = '''.*pb2.*''' # Exclude grpc-created files
3+
extend-exclude = '''.*pb2.*|(/lambda-layer/)''' # Exclude grpc-created files

0 commit comments

Comments
 (0)