Skip to content

Commit 8870937

Browse files
committed
Revert turning off ARG002
1 parent 83fc1ff commit 8870937

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ruff.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ ignore = [
3939
"D413", # no empty line after last docstring section
4040

4141
# various other things
42-
"ARG002", # unused arguments due to scikit-learn API
4342
"B028", # simple warnings
4443
"C408", # call dict(), list(), set()
4544
"E731", # Lambda expressions

0 commit comments

Comments
 (0)