From 8da62e3868d9b26838b30d809802f31ad01650e9 Mon Sep 17 00:00:00 2001 From: Yiorgis Gozadinos Date: Thu, 6 Nov 2025 11:01:12 +0200 Subject: [PATCH] Known-first party for ruff evaluations --- evaluations/pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/evaluations/pyproject.toml b/evaluations/pyproject.toml index 22ba5d4f..f16d9301 100644 --- a/evaluations/pyproject.toml +++ b/evaluations/pyproject.toml @@ -20,3 +20,6 @@ build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] packages = ["evaluations"] + +[tool.ruff.lint.isort] +known-first-party = ["haiku", "evaluations"]