Skip to content

Commit d5211e9

Browse files
committed
silence list/List for now
1 parent e8ea1aa commit d5211e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ select = [
6464
# isort
6565
"I",
6666
]
67-
ignore = ["E501", "I001", "SIM102"]
67+
ignore = ["E501", "I001", "SIM102", "UP006", "UP035"]
6868
exclude = ["examples/*"]
6969

7070
[tool.ruff.lint.isort]

0 commit comments

Comments
 (0)