From 01c57019c8bf32670d7b795f2ed852f2db8d7b86 Mon Sep 17 00:00:00 2001 From: Github Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 02:18:32 +0000 Subject: [PATCH] Mirror: 0.9.0 --- .pre-commit-config.yaml | 1 + .pre-commit-hooks.yaml | 29 ++++++++++------------------- 2 files changed, 11 insertions(+), 19 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 439d31d..ccf6fe3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,6 +11,7 @@ repos: - id: check-hooks-apply - id: check-useless-excludes + rev: v0.9.0 - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.5.0 hooks: diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index e656003..07342cf 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -1,20 +1,11 @@ -- id: taplo - name: taplo-cli - description: "A TOML toolkit written in Rust" - entry: taplo format - language: rust - types: [toml] - args: [] - require_serial: false - additional_dependencies: ["cli:taplo-cli:0.9.0"] - minimum_pre_commit_version: "0" + - id: taplo + name: taplo-cli + description: "A TOML toolkit written in Rust" + entry: taplo format + language: rust + types: [toml] + args: [] + require_serial: false + additional_dependencies: ["cli:taplo-cli:0.9.0"] + minimum_pre_commit_version: "0" -- id: taplo-docker - name: taplo-cli-docker - description: "A TOML toolkit written in Rust" - entry: tamasfe/taplo:0.9.0 - language: docker_image - types: [toml] - args: [format] - require_serial: false - minimum_pre_commit_version: "0"