Submission scientific data

This commit is contained in:
Orihara Izaya
2025-12-15 13:47:28 +01:00
commit b53e63f57e
107 changed files with 8464 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
repos:
- repo: https://github.com/psf/black
rev: stable
hooks:
- id: black
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.1.15
hooks:
- id: ruff
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.8.0
hooks:
- id: mypy
additional_dependencies: [ types-PyYAML ]
- repo: local
hooks:
- id: run-pytest
name: Run pytest
entry: pytest tests/ -v
language: system
pass_filenames: false
always_run: true