From 895ae72afeaee970b70406f10b5aea0c8d819c41 Mon Sep 17 00:00:00 2001 From: Frank Elsinga Date: Sat, 11 May 2024 00:42:18 +0200 Subject: [PATCH] bumped the pre-commit dependencys --- .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 b8dfa7ab7..325bcd2ce 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v4.6.0 hooks: - id: check-ast - id: check-toml @@ -51,7 +51,7 @@ repos: - id: python-check-blanket-noqa - id: python-use-type-annotations - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.3.5 + rev: v0.4.4 hooks: - id: ruff args: [ --fix ]