Skip to content

Commit c497b7d

Browse files
isort: skip generated grpc files
1 parent cb32bd6 commit c497b7d

File tree

9 files changed

+1
-1269
lines changed

9 files changed

+1
-1269
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ line-length = 10000
1313
[tool.isort]
1414
profile = "black"
1515
skip_gitignore = true
16-
extend_skip_glob = ["*_pb2.py"]
16+
extend_skip_glob = ["*_pb2.py", "*_pb2_grpc.py"]
1717

1818
[tool.mypy]
1919
strict = true

test/generated_async_only/testproto/grpc/dummy_pb2.py

Lines changed: 0 additions & 54 deletions
This file was deleted.

0 commit comments

Comments
 (0)