💬 Commit message: Update 2026-01-26 22:34:40, 2 files, 42 lines

📁 Files changed: 2
📝 Lines changed: 42

  • pyproject.toml
  • tensors.py
This commit is contained in:
Adam Ladachowski
2026-01-26 22:34:40 +01:00
parent e305d776a2
commit ec253245c8
2 changed files with 36 additions and 6 deletions
+1
View File
@@ -48,6 +48,7 @@ select = [
"RUF", # ruff-specific
]
ignore = [
"PLR0911", # too many return statements
"PLR0913", # too many arguments
"PLR2004", # magic value comparison
]