disable ruff check for training code for now

This commit is contained in:
kba 2025-10-16 21:29:37 +02:00
parent 76c13bcfd7
commit 2e0fb64dcb

View file

@ -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"