Update pre-commit hooks

This commit is contained in:
ViViDboarder 2022-01-20 12:32:10 -08:00
parent f1b229ebc3
commit 653891102b
1 changed files with 5 additions and 2 deletions

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: v3.4.0 rev: v4.1.0
hooks: hooks:
- id: check-added-large-files - id: check-added-large-files
- id: check-yaml - id: check-yaml
@ -16,7 +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.0 rev: v2.0.1
hooks: hooks:
- id: docker-compose-check - id: docker-compose-check
- repo: https://github.com/hadolint/hadolint
rev: v2.8.0
hooks:
- id: hadolint - id: hadolint