From d485821ae6103f7406fc3fa79c615bf6b59bd9f2 Mon Sep 17 00:00:00 2001 From: drdavella <2458487+drdavella@users.noreply.github.com> Date: Fri, 24 Jan 2025 00:17:14 +0000 Subject: [PATCH] chore: update pre-commit hooks --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 68cea099..042ef716 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -27,7 +27,7 @@ repos: tests/samples/.*| )$ - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.13.0 + rev: v1.14.1 hooks: - id: mypy exclude: | @@ -45,7 +45,7 @@ repos: "types-requests~=2.13", ] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.8.1 + rev: v0.9.3 hooks: - id: ruff exclude: tests/samples/