From 2e0fb64dcb43894bdaf8df033471711fad2574f2 Mon Sep 17 00:00:00 2001 From: kba Date: Thu, 16 Oct 2025 21:29:37 +0200 Subject: [PATCH] disable ruff check for training code for now --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 2945f6a..e7744a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,6 +58,8 @@ source = ["eynollah"] [tool.ruff] line-length = 120 +# TODO: Reenable and fix after release v0.6.0 +exclude = ['src/eynollah/training'] [tool.ruff.lint] ignore = [ @@ -73,3 +75,4 @@ ignore = [ [tool.ruff.format] quote-style = "preserve" +