Enable Ruff ARG (flake8-unsued-arguments) and remove unused arguments (#13334)

This commit is contained in:
Avasam
2024-12-29 20:21:19 -05:00
committed by GitHub
parent 432d8db627
commit ebc9ff8718
4 changed files with 7 additions and 6 deletions

View File

@@ -37,6 +37,7 @@ exclude = ["**/test_cases/**/*.py"]
# tell ruff not to flag these as e.g. "unused noqa comments"
external = ["F821", "NQA", "Y"]
select = [
"ARG", # flake8-unused-arguments
"B", # flake8-bugbear
"FA", # flake8-future-annotations
"I", # isort