Skip to content

Commit 2e0c176

Browse files
More ruff rules
1 parent 434b7fa commit 2e0c176

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
@@ -139,7 +139,7 @@ inline-quotes = "single"
139139
]
140140
"types.py" = ["D", "E501", "N815"] # Ignore docstring and annotation issues in types.py
141141
"proto_utils.py" = ["D102", "PLR0911"]
142-
"helpers.py" = ["ANN001"]
142+
"helpers.py" = ["ANN001", "ANN201", "ANN202"]
143143

144144
[format]
145145
exclude = [

0 commit comments

Comments
 (0)