Add pretrained notebook

This commit is contained in:
Simon Alibert
2024-03-16 17:36:13 +01:00
parent b633748987
commit 4c1024e537
8 changed files with 1701 additions and 16 deletions

View File

@@ -23,6 +23,13 @@ repos:
- id: ruff
args: [--fix]
- id: ruff-format
- repo: https://github.com/nbQA-dev/nbQA
rev: 1.8.4
hooks:
- id: nbqa-ruff
- id: nbqa-pyupgrade
args: ["--py310-plus"]
- id: nbqa-isort
- repo: https://github.com/python-poetry/poetry
rev: 1.8.0
hooks: