From 88265d1c4738e853180d3ccac498cdf6248dbbd4 Mon Sep 17 00:00:00 2001 From: David Wobrock Date: Fri, 29 Mar 2024 12:48:41 +0100 Subject: [PATCH] Update pre-commit hook versions. --- .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 a6580ed..aca1f2d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,7 +14,7 @@ repos: - id: forbid-submodules - id: trailing-whitespace - repo: https://github.com/psf/black - rev: 24.1.1 + rev: 24.3.0 hooks: - id: black - repo: https://github.com/PyCQA/flake8 @@ -36,7 +36,7 @@ repos: - "--ignore-missing-imports" exclude: ^tests/ - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.2.0 + rev: v0.3.4 hooks: - id: ruff args: