mirror of
https://github.com/ArthurDanjou/ArtStudies.git
synced 2026-01-14 18:59:59 +01:00
Refactor code structure for improved readability and maintainability
This commit is contained in:
@@ -12,6 +12,7 @@ dependencies = [
|
||||
"pandas>=2.2.3",
|
||||
"scikit-learn>=1.6.1",
|
||||
"scipy>=1.15.2",
|
||||
"tensorflow>=2.20.0",
|
||||
]
|
||||
|
||||
[dependency-groups]
|
||||
@@ -20,6 +21,9 @@ dev = [
|
||||
"uv>=0.6.16",
|
||||
]
|
||||
|
||||
[tool.ty.rules]
|
||||
index-out-of-bounds = "ignore"
|
||||
|
||||
[tool.ruff]
|
||||
extend-include = ["*.ipynb"]
|
||||
line-length = 88
|
||||
|
||||
Reference in New Issue
Block a user