diff --git a/pyproject.toml b/pyproject.toml index d63f289..6f90b80 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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