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] authored and redeboer committed Feb 2, 2024
1 parent f499f07 commit 155ff71
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ repos:
- id: prettier

- repo: https://github.com/ComPWA/mirrors-taplo
rev: v0.8.1
rev: v0.9.0
hooks:
- id: taplo

Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
types: [toml]
args: []
require_serial: false
additional_dependencies: ["cli:taplo-cli:0.8.1"]
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.8.1
entry: tamasfe/taplo:0.9.0
language: docker_image
types: [toml]
args: [format]
Expand Down
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ RUN apt-get update \
&& apt-get install -y \
curl \
git \
pkg-config \
python3-pip \
&& apt-get autoclean -y \
&& apt-get autoremove -y \
Expand Down

0 comments on commit 155ff71

Please sign in to comment.