Skip to content

Commit 8a6d280

Browse files
committed
chore: Add isort rules
1 parent 23ad1eb commit 8a6d280

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ line-length = 119
77
target-version = "py310"
88

99
[tool.ruff.lint]
10-
select = ["E", "F", "W"]
10+
select = ["E", "F", "I", "W"]
1111

1212
[tool.pytest.ini_options]
1313
DJANGO_SETTINGS_MODULE = 'cove_project.settings'

0 commit comments

Comments
 (0)