We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8934a68 commit 313f41dCopy full SHA for 313f41d
1 file changed
pyproject.toml
@@ -74,7 +74,7 @@ select = [
74
# isort
75
"I",
76
]
77
-ignore = ["E501", "I001", "SIM102", "UP006", "UP035"]
+ignore = ["E501", "I001", "SIM102", "UP006", "UP035", "UP045", "UP007"]
78
exclude = ["examples/*"]
79
80
[tool.ruff.lint.isort]
0 commit comments