Skip to content

Commit 1bb7e4c

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

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
@@ -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

0 commit comments

Comments
 (0)