Skip to content

Commit

Permalink
chore: add package to isort known first party packages
Browse files Browse the repository at this point in the history
  • Loading branch information
kmontag committed Jul 27, 2024
1 parent d1a87f6 commit c0d991b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,9 @@ extend-select = ["ARG", "B", "E", "I", "W"]
# line length in some cases.
extend-ignore = ["E501"]

[tool.ruff.lint.isort]
known-first-party = ["alpax"]

[tool.semantic_release]
assets = []
# Work around not being able to install packages preemptively in the
Expand Down

0 comments on commit c0d991b

Please sign in to comment.