Skip to content

Commit 8f397f7

Browse files
Christina ZhaoChristina Zhao
authored andcommitted
removed todo
1 parent 16d1c1b commit 8f397f7

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -171,9 +171,8 @@ target-version = "py311"
171171

172172
[tool.ruff.lint]
173173
# Enable Pyflakes (`F`) and a subset of the pycodestyle (`E`) codes by default.
174-
# Also "D1" for docstring present checks.
175-
# TODO: Enable "I" for import sorting as a separate PR.
176-
select = ["E3", "E4", "E7", "E9", "F", "D1"]
174+
# Also "D1" for docstring present checks and "I" for import sorting.
175+
select = ["E3", "E4", "E7", "E9", "F", "D1", "I"]
177176
ignore = []
178177

179178
# Allow fix for all enabled rules (when `--fix`) is provided.

0 commit comments

Comments
 (0)