We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23ad1eb commit 8a6d280Copy full SHA for 8a6d280
pyproject.toml
@@ -7,7 +7,7 @@ line-length = 119
7
target-version = "py310"
8
9
[tool.ruff.lint]
10
-select = ["E", "F", "W"]
+select = ["E", "F", "I", "W"]
11
12
[tool.pytest.ini_options]
13
DJANGO_SETTINGS_MODULE = 'cove_project.settings'
0 commit comments