diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 29bd744..ad0fbe0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,16 +19,17 @@ repos: - id: destroyed-symlinks # Detects symlinks which are changed to regular files with a content of a path which that symlink was pointing to. - repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook - rev: v9.16.0 + rev: v9.17.0 hooks: - id: commitlint stages: [commit-msg] additional_dependencies: ["@commitlint/config-conventional"] - - repo: https://github.com/ComPWA/mirrors-taplo - rev: "v0.8.1" + - repo: https://github.com/ComPWA/taplo-pre-commit + rev: v0.9.3 hooks: - - id: taplo + - id: taplo-format + - id: taplo-lint - repo: local hooks: