Skip to content

Commit 6f439de

Browse files
committed
Enable ruff ARG001 rule
1 parent 5f95d6f commit 6f439de

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pyproject.toml

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
[tool.ruff]
22
lint.ignore = [ # `ruff rule S101` for a description of that rule
3-
"ARG001", # Unused function argument `amount` -- FIX ME?
43
"B904", # Within an `except` clause, raise exceptions with `raise ... from err` -- FIX ME
54
"B905", # `zip()` without an explicit `strict=` parameter -- FIX ME
65
"DTZ001", # The use of `datetime.datetime()` without `tzinfo` argument is not allowed -- FIX ME

0 commit comments

Comments
 (0)