feat(v0.1.0): add ohlcv data

This commit is contained in:
0x_n3m0_
2026-01-05 11:22:47 +02:00
parent 2c299eb37c
commit 2527938680

View File

@@ -12,13 +12,12 @@ repos:
- id: debug-statements
- repo: https://github.com/psf/black
rev: 23.11.0
rev: 25.12.0
hooks:
- id: black
language_version: python3.10
- repo: https://github.com/pycqa/isort
rev: 5.12.0
rev: 5.13.2
hooks:
- id: isort
@@ -29,9 +28,8 @@ repos:
args: [--max-line-length=100, --extend-ignore=E203]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.7.0
rev: v1.19.1
hooks:
- id: mypy
args: [--ignore-missing-imports]
additional_dependencies: [types-pyyaml, types-python-dotenv]
additional_dependencies: [types-pyyaml]