Dash et datatable fonctionnels

This commit is contained in:
Colin Maudry
2024-05-27 22:03:16 +02:00
parent 0f13869c20
commit a1aebfff4f
53 changed files with 88 additions and 4268 deletions
+19
View File
@@ -0,0 +1,19 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v5.0.0
hooks:
- id: check-ast
- id: check-case-conflict
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/psf/black
rev: 23.3.0
hooks:
- id: black
args: [ --config=pyproject.toml ]
- repo: https://github.com/psf/black
rev: 23.3.0
hooks:
- id: black-jupyter
args: [ --config=pyproject.toml ]