Skip to content

Commit 9565536

Browse files
committed
chore(ruff): simplify config
1 parent 227eaeb commit 9565536

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

pyproject.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ lint.ignore = [
2121
"ISC002",
2222
"E501",
2323
]
24+
lint.isort.known-first-party = ["conftest"]
25+
lint.isort.known-third-party = ["pexpect", "pytest"]
2426
fix = true
25-
26-
[tool.ruff.lint.isort]
27-
known-first-party = ["conftest"]
28-
known-third-party = ["pexpect", "pytest"]

0 commit comments

Comments
 (0)