From 544db459560b30c615c526af09ce1736c0348a26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20L=C3=B6ffler?= Date: Mon, 27 May 2024 14:58:03 +0300 Subject: [PATCH] pre-commit update --- .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 a246534..2f4bc55 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v4.6.0 hooks: - id: forbid-new-submodules - id: debug-statements @@ -25,7 +25,7 @@ repos: args: [--mapping, '2', --sequence, '4', --offset, '2'] - repo: https://github.com/codespell-project/codespell - rev: v2.2.6 + rev: v2.3.0 hooks: - id: codespell description: Checks for common misspellings. @@ -38,8 +38,8 @@ repos: - id: mypy additional_dependencies: [msgspec, types-requests] - - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: v0.4.2 + - repo: https://github.com/astral-sh/ruff-pre-commit + rev: v0.4.5 hooks: - id: ruff - id: ruff-format