Skip to content

Commit 2128c61

Browse files
committed
Update ruff.toml to not format grpc/ directory
1 parent 7cdef10 commit 2128c61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/linters/.ruff.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ inline-quotes = "single"
140140
"types.py" = ["D", "E501", "N815"] # Ignore docstring and annotation issues in types.py
141141

142142
[format]
143-
exclude = ["types.py", "src/a2a/grpc/**"]
143+
exclude = ["types.py", "src/a2a/grpc/*.*"]
144144
docstring-code-format = true
145145
docstring-code-line-length = "dynamic" # Or set to 80
146146
quote-style = "single"

0 commit comments

Comments
 (0)