diff --git a/ruff.toml b/ruff.toml index 5ac982706..dba8a0487 100644 --- a/ruff.toml +++ b/ruff.toml @@ -17,7 +17,7 @@ exclude = [ select = [ "B", # flake8-bugbear "I", # isort - # "ARG", # flake8-unused-arguments + "ARG", # flake8-unused-arguments "C4", # flake8-comprehensions "F401", # flake8-unused-imports "F541", # flake8 f-string without any placeholders