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 dc094aa commit 6afe51eCopy full SHA for 6afe51e
pyproject.toml
@@ -11,3 +11,6 @@ exclude = [".tox", "oauth2_provider/migrations/", "tests/migrations/", "manage.p
11
12
[tool.ruff.lint]
13
select = ["I", "Q"]
14
+
15
+[tool.ruff.lint.isort]
16
+lines-after-imports = 2
0 commit comments