[Update] [2026-02-03 22:57:52] 10 files

This commit is contained in:
Adam Ladachowski
2026-02-03 22:57:52 +01:00
parent d8bf867042
commit 5588370a43
10 changed files with 1295 additions and 1173 deletions
+3 -7
View File
@@ -19,7 +19,7 @@ requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["tensors.py"]
packages = ["tensors"]
[dependency-groups]
dev = [
@@ -33,7 +33,7 @@ dev = [
[tool.ruff]
target-version = "py312"
line-length = 100
line-length = 130
[tool.ruff.lint]
select = [
@@ -51,11 +51,7 @@ select = [
"PL", # pylint
"RUF", # ruff-specific
]
ignore = [
"PLR0911", # too many return statements
"PLR0913", # too many arguments
"PLR2004", # magic value comparison
]
ignore = []
[tool.ruff.lint.isort]
known-first-party = ["tensors"]