From 70deb1cb300aa892bfa487045f1e1396d0efa944 Mon Sep 17 00:00:00 2001 From: Normann Date: Fri, 21 Aug 2026 00:54:26 +0200 Subject: [PATCH] build(deps-dev): update pre-commit dependencies --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 131abcd8..a0fc255b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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 ---