[Update] [2026-02-03 22:57:52] 10 files
This commit is contained in:
+3
-7
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user