Skip to content

Commit ad82673

Browse files
committed
Ruff ANN202: no need for private return value annotations in tests
1 parent c36ac0f commit ad82673

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ strict = true
363363
# No need for package, module, class, function, init etc docstrings in tests
364364
'D100', 'D101', 'D102', 'D103', 'D104', 'D105', 'D107',
365365
# No need for type hinting in tests
366-
'ANN001', 'ANN201'
366+
'ANN001', 'ANN201', 'ANN202'
367367
]
368368
"tests/fast/spark/**.py" = [
369369
"E402"

0 commit comments

Comments
 (0)