From e4a5249b9f5b1d537958e4de5e5ab7659f9156c7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 7 Sep 2024 18:22:06 -0700 Subject: [PATCH] remove known first party specification (#27) Co-authored-by: Quinten --- pyproject.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 57c020e..e61a07e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -87,9 +87,6 @@ ignore = [ "G004", # logging f-string ] -[tool.ruff.lint.isort] -known-first-party = ["src"] - [tool.ruff.lint.per-file-ignores] "__init__.py" = [ "F401" # unused import