Skip to content

Commit 313f41d

Browse files
committed
Ignore some errors from ruff
1 parent 8934a68 commit 313f41d

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
@@ -74,7 +74,7 @@ select = [
7474
# isort
7575
"I",
7676
]
77-
ignore = ["E501", "I001", "SIM102", "UP006", "UP035"]
77+
ignore = ["E501", "I001", "SIM102", "UP006", "UP035", "UP045", "UP007"]
7878
exclude = ["examples/*"]
7979

8080
[tool.ruff.lint.isort]

0 commit comments

Comments
 (0)