Skip to content

Commit

Permalink
add local toml hook
Browse files Browse the repository at this point in the history
  • Loading branch information
mdekstrand committed Dec 9, 2024
1 parent 25920af commit 84b32fa
Show file tree
Hide file tree
Showing 3 changed files with 2,014 additions and 22 deletions.
14 changes: 10 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ repos:
- id: yamlfmt
name: format yaml files
exclude: (cloudformation|conda-lock.*)\.yml
- repo: https://github.com/ComPWA/taplo-pre-commit
rev: v0.9.3
hooks:
- id: taplo-format
# - repo: https://github.com/ComPWA/taplo-pre-commit
# rev: v0.9.3
# hooks:
# - id: taplo-format
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.7.1
Expand All @@ -43,3 +43,9 @@ repos:
rev: v3.10.0-1
hooks:
- id: shfmt
- repo: local
hooks:
- id: taplo
name: Format TOML files
entry: taplo format
language: system
Loading

0 comments on commit 84b32fa

Please sign in to comment.