Fix lint ignores for test files
- Add PLC0415, ARG001, ARG005, F841 to test file ignores - Remove now-redundant inline noqa comments Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
+1
-1
@@ -66,7 +66,7 @@ ignore = [
|
||||
]
|
||||
|
||||
[tool.ruff.lint.per-file-ignores]
|
||||
"tests/**" = ["PLR2004", "ARG002", "TC001", "TC003"]
|
||||
"tests/**" = ["PLR2004", "ARG001", "ARG002", "ARG005", "TC001", "TC003", "PLC0415", "F841"]
|
||||
|
||||
[tool.ruff.lint.isort]
|
||||
known-first-party = ["tensors"]
|
||||
|
||||
Reference in New Issue
Block a user