We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23892f3 commit ccd473bCopy full SHA for ccd473b
pyproject.toml
@@ -74,7 +74,7 @@ test = "uv run pytest"
74
75
[tool.ruff]
76
target-version = "py39"
77
-exclude = ["*_pb2.py"]
+exclude = ["*_pb2.py", "*_pb2_grpc.py"]
78
lint.ignore = ["E741"]
79
80
0 commit comments