Skip to content

Commit

Permalink
Mirror: 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 5, 2024
1 parent 155ff71 commit 01c5701
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 19 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
29 changes: 10 additions & 19 deletions .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 01c5701

Please sign in to comment.