From c0d991b3880903c2984556228bde5b2e2ae516c9 Mon Sep 17 00:00:00 2001 From: Kevin Montag Date: Sat, 27 Jul 2024 02:09:59 +0200 Subject: [PATCH] chore: add package to isort known first party packages --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) 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