chore: improve openmeteo test (#974)

Make openmeteo test robust against timing issues.

Also update:
- types-docutils==0.22.3.20260322
- pytest-cov==7.1.0
- ruff-pre-commit v0.15.7
- uvlock

Signed-off-by: Bobby Noelte <b0661n0e17e@gmail.com>
This commit is contained in:
Bobby Noelte
2026-03-26 12:32:30 +01:00
committed by GitHub
parent c6ccd0530b
commit 2da724ecf4
8 changed files with 72 additions and 65 deletions

View File

@@ -21,7 +21,7 @@ repos:
# --- Linting + Formatting via Ruff ---
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.14.1
rev: v0.15.7
hooks:
# Run the linter and fix simple isssues automatically
- id: ruff
@@ -35,16 +35,16 @@ repos:
hooks:
- id: mypy
additional_dependencies:
- types-requests==2.32.4.20250913
- types-requests==2.32.4.20260107
- pandas-stubs==3.0.0.260204
- tokenize-rt==6.2.0
- types-docutils==0.22.3.20251115
- types-docutils==0.22.3.20260322
- types-PyYaml==6.0.12.20250915
pass_filenames: false
# --- Markdown linter ---
- repo: https://github.com/jackdewinter/pymarkdown
rev: v0.9.32
rev: v0.9.36
hooks:
- id: pymarkdown
files: ^docs/