We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8ea1aa commit d5211e9Copy full SHA for d5211e9
pyproject.toml
@@ -64,7 +64,7 @@ select = [
64
# isort
65
"I",
66
]
67
-ignore = ["E501", "I001", "SIM102"]
+ignore = ["E501", "I001", "SIM102", "UP006", "UP035"]
68
exclude = ["examples/*"]
69
70
[tool.ruff.lint.isort]
0 commit comments