Skip to content

Commit 7bd25ab

Browse files
committed
Ignore Docstring error in proto_utils.py
1 parent a19fddb commit 7bd25ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/linters/.ruff.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ inline-quotes = "single"
138138
"SLF001",
139139
]
140140
"types.py" = ["D", "E501", "N815"] # Ignore docstring and annotation issues in types.py
141+
"proto_utils.py" = ["D102"]
141142

142143
[format]
143144
exclude = [

0 commit comments

Comments
 (0)