pyproject: remove redundant "unused imports" comments

Since we refer to ruff rules by names
This commit is contained in:
Andrej730
2026-09-01 17:51:41 +05:00
parent 0606a6100c
commit 1165a86317
11 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -66,5 +66,5 @@ commands = pytest --cov --cov-report=term tests
[tool.ruff]
extend = "../../pyproject.toml"
lint.extend-select = [
"unused-import", # unused imports
"unused-import",
]
+1 -1
View File
@@ -33,7 +33,7 @@ exclude = ["test*"]
[tool.ruff]
extend = "../../pyproject.toml"
lint.extend-select = [
"unused-import", # unused imports
"unused-import",
]
[tool.ruff.lint.isort]
+1 -1
View File
@@ -1,5 +1,5 @@
[tool.ruff]
extend = "../pyproject.toml"
lint.ignore = [
"unused-import", # unused imports
"unused-import",
]
+1 -1
View File
@@ -47,5 +47,5 @@ py-modules = ["bsdd","bsdd_json","type_hints"]
[tool.ruff]
extend = "../../pyproject.toml"
lint.extend-select = [
"unused-import", # unused imports
"unused-import",
]
+1 -1
View File
@@ -32,5 +32,5 @@ exclude = ["test*"]
[tool.ruff]
extend = "../../pyproject.toml"
lint.extend-select = [
"unused-import", # unused imports
"unused-import",
]
+1 -1
View File
@@ -44,5 +44,5 @@ exclude = ["test*"]
[tool.ruff]
extend = "../../pyproject.toml"
lint.extend-select = [
"unused-import", # unused imports
"unused-import",
]
+1 -1
View File
@@ -30,5 +30,5 @@ py-modules = ["ifccsv"]
[tool.ruff]
extend = "../../pyproject.toml"
lint.extend-select = [
"unused-import", # unused imports
"unused-import",
]
+1 -1
View File
@@ -49,5 +49,5 @@ include = ["ifcopenshell*"]
[tool.ruff]
extend = "../../pyproject.toml"
lint.extend-select = [
"unused-import", # unused imports
"unused-import",
]
+1 -1
View File
@@ -37,5 +37,5 @@ extend = "../../pyproject.toml"
[tool.ruff.lint]
extend-select = [
"unused-import", # unused imports
"unused-import",
]
+1 -1
View File
@@ -1,5 +1,5 @@
[tool.ruff]
extend = "../../pyproject.toml"
lint.extend-select = [
"unused-import", # unused imports
"unused-import",
]
+1 -1
View File
@@ -46,5 +46,5 @@ exclude = ["test*"]
[tool.ruff]
extend = "../../pyproject.toml"
lint.extend-select = [
"unused-import", # unused imports
"unused-import",
]