Skip to content

Commit 19ca5cb

Browse files
committed
Removed isort config & extended ruff linter
1 parent 2755317 commit 19ca5cb

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,11 @@ dev = [
5656
"wheel>=0.45.1",
5757
]
5858

59-
[tool.isort]
60-
multi_line_output = 3
61-
include_trailing_comma = true
62-
6359
[tool.ruff]
6460
line-length = 79
65-
lint.extend-select = ["ANN"]
66-
lint.ignore = ["ANN401"]
61+
lint.extend-select = ["ANN", "I"]
62+
lint.ignore = ["ANN401", "F"]
63+
lint.fixable = ["I", "F401"]
6764

6865
[tool.ruff.format]
6966
quote-style = "double"

0 commit comments

Comments
 (0)