From 9d615abbb450f408502c5f0a33197d7c89936032 Mon Sep 17 00:00:00 2001 From: wurstsalat Date: Mon, 24 Feb 2025 19:57:03 +0100 Subject: [PATCH] other: Update pre-commit-config --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d04cb53..d09a2d3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,12 +1,12 @@ repos: - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: v0.6.8 + rev: v0.9.7 hooks: - id: ruff exclude: ".githooks/" - repo: https://github.com/codespell-project/codespell - rev: v2.4.0 + rev: v2.4.1 hooks: - id: codespell pass_filenames: false @@ -14,7 +14,7 @@ repos: - tomli - repo: https://github.com/RobertCraigie/pyright-python - rev: v1.1.382 + rev: v1.1.394 hooks: - id: pyright pass_filenames: false