scaffold other code locations

This commit is contained in:
2025-07-26 22:17:22 +02:00
parent ea4bee7186
commit fd1603e309
17 changed files with 183 additions and 25 deletions

View File

@@ -16,7 +16,7 @@ repos:
rev: 25.1.0
hooks:
- id: black-jupyter
language_version: python3.11
language_version: python3.12
- repo: https://github.com/pycqa/isort
rev: 6.0.1
hooks:
@@ -26,7 +26,7 @@ repos:
rev: v0.11.13
hooks:
- id: ruff
args: [ "--target-version=py311" ]
args: [ "--target-version=py312" ]
- repo: https://github.com/kynan/nbstripout
rev: 0.8.1
hooks: