mirror of
https://github.com/trailofbits/circomspect.git
synced 2026-01-09 22:08:00 -05:00
10 lines
259 B
YAML
10 lines
259 B
YAML
repos:
|
|
- repo: local
|
|
hooks:
|
|
- id: rustfmt
|
|
name: rustfmt
|
|
description: Check Rust source code formatting using cargo fmt
|
|
entry: cargo fmt --all -- --check --color always
|
|
language: system
|
|
pass_filenames: false
|