Update pre-commit hooks (#160)

This commit is contained in:
Ian 2024-08-01 10:47:44 -07:00 committed by GitHub
parent ceaa239d53
commit 7ec6f7f63e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,7 @@
--- ---
repos: repos:
- repo: https://github.com/pre-commit/pre-commit-hooks - repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.1.0 rev: v4.6.0
hooks: hooks:
- id: check-added-large-files - id: check-added-large-files
- id: check-yaml - id: check-yaml
@ -16,10 +16,10 @@ repos:
- id: cargo-check - id: cargo-check
- id: clippy - id: clippy
- repo: https://github.com/IamTheFij/docker-pre-commit - repo: https://github.com/IamTheFij/docker-pre-commit
rev: v2.0.1 rev: v3.0.1
hooks: hooks:
- id: docker-compose-check - id: docker-compose-check
- repo: https://github.com/hadolint/hadolint - repo: https://github.com/hadolint/hadolint
rev: v2.8.0 rev: v2.12.0
hooks: hooks:
- id: hadolint - id: hadolint