From 43e38d123018f15dedf7f1b1b104265d6722db3e Mon Sep 17 00:00:00 2001 From: serramatutu Date: Tue, 18 Jun 2024 13:27:51 +0200 Subject: [PATCH] chore(ruff): known-first-party config was wrong That config was using the old name. --- .changes/unreleased/Chore-20240618-132741.yaml | 3 +++ pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 .changes/unreleased/Chore-20240618-132741.yaml diff --git a/.changes/unreleased/Chore-20240618-132741.yaml b/.changes/unreleased/Chore-20240618-132741.yaml new file mode 100644 index 0000000..cd8fbbc --- /dev/null +++ b/.changes/unreleased/Chore-20240618-132741.yaml @@ -0,0 +1,3 @@ +kind: Chore +body: Known first party was wrong for Ruff +time: 2024-06-18T13:27:41.272492+02:00 diff --git a/pyproject.toml b/pyproject.toml index 3a0b821..18c5a38 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -135,7 +135,7 @@ unfixable = [] convention = "google" [tool.ruff.lint.isort] -known-first-party = ["dbt_sl_client"] +known-first-party = ["dbtsl"] [tool.ruff.lint.per-file-ignores] # Ignore docs for test files