Skip to content

Commit 57b75ac

Browse files
committed
ignore pb2 grpc
1 parent 91e40d5 commit 57b75ac

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
@@ -74,7 +74,7 @@ test = "uv run pytest"
7474

7575
[tool.ruff]
7676
target-version = "py39"
77-
exclude = ["*_pb2.py"]
77+
exclude = ["*_pb2.py", "*_pb2_grpc.py"]
7878
lint.ignore = ["E741"]
7979

8080

0 commit comments

Comments
 (0)