Skip to content

Commit

Permalink
Lint: Enable isort (I) rules
Browse files Browse the repository at this point in the history
  • Loading branch information
jkarasti committed Dec 2, 2024
1 parent 3e43ab6 commit 41a6c59
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,12 @@ pymupdf = "1.24.11" # Last version to support python 3.8 (needed for Ubuntu Foca
[tool.poetry.group.dev.dependencies]
httpx = "^0.27.2"

[tool.ruff.lint]
select = [
# isort
"I",
]

[build-system]
requires = ["poetry-core>=1.2.0"]
build-backend = "poetry.core.masonry.api"

0 comments on commit 41a6c59

Please sign in to comment.