From b42c624ca36a13138c88cebb0ff89f2b60ddc437 Mon Sep 17 00:00:00 2001 From: Ajith Aravind Date: Thu, 21 Nov 2024 23:38:21 +0530 Subject: [PATCH] ci: :construction_worker: update ci checks --- .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 423788e..315e9f0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,7 +11,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.7.1 + rev: v0.7.4 hooks: - id: ruff - id: ruff-format @@ -23,11 +23,11 @@ repos: types_or: [css, javascript, json, markdown, ts] - repo: https://github.com/kynan/nbstripout - rev: 0.7.1 + rev: 0.8.1 hooks: - id: nbstripout - repo: https://github.com/crate-ci/typos - rev: v1.26.8 + rev: v1.27.3 hooks: - id: typos