mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-10 13:32:26 +08:00
Enable Ruff ARG (flake8-unsued-arguments) and remove unused arguments (#13334)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user