Skip to content

Commit

Permalink
ci: isort does not always recognize solara as first party
Browse files Browse the repository at this point in the history
  • Loading branch information
maartenbreddels committed Jul 31, 2023
1 parent 3e9a2d7 commit 82b19e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,10 @@ line-length = 160
[tool.ruff]
line-length = 160


[tool.isort]
profile = "black"
known_first_party = "solara"


[tool.pytest.ini_options]
Expand Down

0 comments on commit 82b19e2

Please sign in to comment.