Skip to content

Commit 6afe51e

Browse files
committed
fix isort rule
1 parent dc094aa commit 6afe51e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,6 @@ exclude = [".tox", "oauth2_provider/migrations/", "tests/migrations/", "manage.p
1111

1212
[tool.ruff.lint]
1313
select = ["I", "Q"]
14+
15+
[tool.ruff.lint.isort]
16+
lines-after-imports = 2

0 commit comments

Comments
 (0)