Files
candle/.pre-commit-config.yaml
Nicolas Patry 86e4cbbc3d Adding matmul
2023-06-22 12:25:58 +02:00

14 lines
294 B
YAML

repos:
- repo: https://github.com/Narsil/pre-commit-rust
rev: 2eed6366172ef2a5186e8785ec0e67243d7d73d0
hooks:
- id: fmt
name: "Rust (fmt)"
- id: clippy
name: "Rust (clippy)"
args:
[
"--",
"-Dwarnings",
]