1 Commits
v0.1.0 ... main

Author SHA1 Message Date
0x_n3m0_
2527938680 feat(v0.1.0): add ohlcv data 2026-01-05 11:22:47 +02:00

View File

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