build(deps-dev): update pre-commit dependencies

This commit is contained in:
Normann
2026-08-21 00:54:26 +02:00
parent decba6b15e
commit 70deb1cb30
+4 -4
View File
@@ -21,7 +21,7 @@ repos:
# --- Linting + Formatting via Ruff ---
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.15.21
rev: v0.16.0
hooks:
# Run the linter and fix simple isssues automatically
- id: ruff
@@ -36,10 +36,10 @@ repos:
- id: mypy
additional_dependencies:
- types-requests==2.33.0.20260712
- pandas-stubs==3.0.3.260530
- pandas-stubs==3.0.5.260730
- tokenize-rt==6.2.0
- types-docutils==0.22.3.20260518
- types-PyYaml==6.0.12.20260518
- types-docutils==0.22.3.20260712
- types-PyYaml==6.0.12.20260724
pass_filenames: false
# --- Markdown linter ---