Skip to content

Commit b21b3a2

Browse files
committed
add isort to default ruff settings
1 parent 53744c6 commit b21b3a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -108,5 +108,6 @@ line-length = 88
108108
src = ["src", "tests"]
109109

110110
[tool.ruff.lint]
111+
select = ["E4", "E7", "E9", "F", "I"]
111112
ignore = ["E501"]
112113
per-file-ignores = {"__init__.py" = ["E402", "F401"]}

0 commit comments

Comments
 (0)