Skip to content

Commit

Permalink
Ruff config to organise imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
dokterbob committed Oct 2, 2024
1 parent 1948168 commit 7575e98
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -127,3 +127,10 @@ build-backend = "poetry.core.masonry.api"
[tool.pytest.ini_options]
testpaths = ["tests"]
asyncio_mode = "auto"


[tool.ruff.lint]
select = ["I"]

[tool.ruff.lint.isort]
combine-as-imports = true

0 comments on commit 7575e98

Please sign in to comment.