IT-Stock/pyproject.toml
maxsoch 8bb5c9406a Initial scaffold: gestion de stock IT pour le département IT
App FastAPI + SQLite + SQLModel + Jinja2 pour gérer le stock de matériel
IT (catégories/sous-catégories/matériels), avec recherche par scan de
code-barres et alertes email de stock bas.
2026-07-14 18:38:59 +02:00

6 lines
73 B
TOML

[tool.ruff]
line-length = 100
[tool.ruff.lint]
select = ["E", "F", "I"]