From b11991cfe8cd77fd90c1d42b34696bc8201c9763 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 22:51:56 +0000 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/biomejs/pre-commit: v0.5.0 → v0.6.1](https://github.com/biomejs/pre-commit/compare/v0.5.0...v0.6.1) - [github.com/astral-sh/ruff-pre-commit: v0.8.1 → v0.8.6](https://github.com/astral-sh/ruff-pre-commit/compare/v0.8.1...v0.8.6) --- .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 0d783772..0842dc9f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -25,12 +25,12 @@ repos: - id: codespell additional_dependencies: ["tomli"] - repo: https://github.com/biomejs/pre-commit - rev: v0.5.0 # Use the sha / tag you want to point at + rev: v0.6.1 # Use the sha / tag you want to point at hooks: - id: biome-format # not using check becasue there are lots of things that need fixed additional_dependencies: ["@biomejs/biome@1.9.4"] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.8.1 + rev: v0.8.6 hooks: - id: ruff args: [--fix]