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 227eaeb commit 9565536Copy full SHA for 9565536
pyproject.toml
@@ -21,8 +21,6 @@ lint.ignore = [
21
"ISC002",
22
"E501",
23
]
24
+lint.isort.known-first-party = ["conftest"]
25
+lint.isort.known-third-party = ["pexpect", "pytest"]
26
fix = true
-
-[tool.ruff.lint.isort]
27
-known-first-party = ["conftest"]
28
-known-third-party = ["pexpect", "pytest"]
0 commit comments