summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
blob: d7576e947c769c47eacd0ed9a9489e7dc3cc1779 (plain)
1
2
3
4
5
6
7
8
9
10
11
---
default_stages: [commit]

repos:
  - repo: https://github.com/doublify/pre-commit-rust
    rev: v1.0
    hooks:
    - id: fmt
    - id: cargo-check
    - id: clippy
      args: []