From d1a5394ffd417884b03a03f984be18abde57eb19 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 24 Dec 2024 09:18:41 -0500 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate (#3284) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/crate-ci/typos: typos-dict-v0.11.37 → v1.28.4](https://github.com/crate-ci/typos/compare/typos-dict-v0.11.37...v1.28.4) - [github.com/astral-sh/ruff-pre-commit: v0.8.1 → v0.8.4](https://github.com/astral-sh/ruff-pre-commit/compare/v0.8.1...v0.8.4) - [github.com/biomejs/pre-commit: v0.5.0 → v0.6.1](https://github.com/biomejs/pre-commit/compare/v0.5.0...v0.6.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- .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 460eeee60f7..805f09506cb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -25,12 +25,12 @@ repos: exclude: ^marimo/_tutorials/.*\.md - repo: https://github.com/crate-ci/typos - rev: typos-dict-v0.11.37 + rev: v1.28.4 hooks: - id: typos - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.8.1 + rev: v0.8.4 hooks: # Run the linter - id: ruff @@ -39,7 +39,7 @@ repos: - id: ruff-format - repo: https://github.com/biomejs/pre-commit - rev: v0.5.0 + rev: v0.6.1 hooks: - id: biome-check args: [--config-path, biome.json, --diagnostic-level, warn]