Refactor code structure for improved readability and maintainability

This commit is contained in:
2025-09-01 16:04:25 +02:00
parent f94ff07cab
commit 1a1c3c31f9
9 changed files with 442 additions and 441 deletions

View File

@@ -11,6 +11,7 @@ dependencies = [
"opencv-python>=4.11.0.86",
"pandas>=2.2.3",
"scikit-learn>=1.6.1",
"scipy>=1.15.2",
]
[dependency-groups]
@@ -19,6 +20,10 @@ dev = [
"uv>=0.6.16",
]
[tool.ruff]
extend-include = ["*.ipynb"]
line-length = 88
[tool.ruff.lint]
# Activer les règles de linting courantes
select = [
@@ -36,9 +41,6 @@ ignore = [
"E501", # line too long, géré par le formatter
]
# Longueur de ligne
line-length = 88
# Exclure certains fichiers ou répertoires
exclude = [
".bzr",