hooks/.pre-commit-hooks.yaml

15 lines
313 B
YAML
Raw Permalink Normal View History

2024-08-23 09:40:05 +10:00
- id: cargo-lock
name: Fix Cargo.lock
description: Updates Cargo.lock
entry: cargo-lock-updater
language: script
types: [text]
2024-08-23 11:49:09 +10:00
require_serial: true
2024-08-23 09:52:41 +10:00
- id: fmt-check
name: Check formatting
description: Runs make fmt-check
entry: fmt-check
language: script
types: [text]
2024-08-23 11:49:09 +10:00
require_serial: true