Skip to content

Commit f943f22

Browse files
committed
Remove ruff ignore N815
1 parent 38d6642 commit f943f22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ruff.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ inline-quotes = "single"
137137
"PLR2004",
138138
"SLF001",
139139
]
140-
"types.py" = ["D", "E501", "N815"] # Ignore docstring and annotation issues in types.py
140+
"types.py" = ["D", "E501"] # Ignore docstring and annotation issues in types.py
141141
"proto_utils.py" = ["D102", "PLR0911"]
142142
"helpers.py" = ["ANN001", "ANN201", "ANN202"]
143143

0 commit comments

Comments
 (0)