Déplacement de app dans src, création de run.py, ajout de prettier

This commit is contained in:
Colin Maudry
2025-04-21 13:38:37 +02:00
parent 34c129bd18
commit 918236212c
4 changed files with 29 additions and 3 deletions
+5
View File
@@ -17,3 +17,8 @@ repos:
hooks:
- id: black-jupyter
args: [ --config=pyproject.toml ]
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.5.1
hooks:
- id: prettier
files: \.(js|css|html|json|md)$