Skip to content

Commit 6d16231

Browse files
committed
Add isort to ruff config
1 parent 0af8721 commit 6d16231

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,10 @@ docstring-quotes = "double"
116116
[tool.ruff.lint.pydocstyle]
117117
convention = "google"
118118

119+
[tool.ruff.lint.isort]
120+
lines-between-types = 1
121+
lines-after-imports = 2
122+
119123
[tool.djlint]
120124
profile = "jinja"
121125
extension = "html"

0 commit comments

Comments
 (0)