From 94886b20466a14e3b4dd09c013124fe10bd6a469 Mon Sep 17 00:00:00 2001 From: Peter Fackeldey Date: Tue, 6 Aug 2024 09:29:59 -0500 Subject: [PATCH] update precommit hooks --- .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 dec8cec..58cc5d3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,7 +4,7 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: "v4.5.0" + rev: "v4.6.0" hooks: - id: check-added-large-files - id: check-case-conflict @@ -20,19 +20,19 @@ repos: - id: trailing-whitespace - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.3.3" + rev: "v0.5.6" hooks: - id: ruff args: ["--fix", "--show-fixes"] - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.3.3 + rev: v0.5.6 hooks: - id: ruff-format - repo: https://github.com/pre-commit/mirrors-mypy - rev: "v1.9.0" + rev: "v1.11.1" hooks: - id: mypy files: src|tests