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:
Adam Ladachowski
2026-02-15 19:56:49 +01:00
parent 9f9f137f68
commit 24aaca2a48
2 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -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"]