From 185d16657fc5728a168d341a62fa12350da2156d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Jul 2024 02:49:33 +0000 Subject: [PATCH] Update all non-major dependencies Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 132d4d4..281c191 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,12 +20,12 @@ repos: # Ruff - repo: https://github.com/charliermarsh/ruff-pre-commit # Ruff version. - rev: v0.5.0 + rev: v0.5.1 hooks: - id: ruff - repo: https://github.com/myint/rstcheck - rev: v6.2.1 + rev: v6.2.4 hooks: - id: rstcheck additional_dependencies: [sphinx, toml, myst-parser]