Files
zoidberg/.pre-commit-config.yaml
Johannes Heuel ea1cdf01e4
All checks were successful
continuous-integration/drone Build is passing
add pre-commit config
2022-09-17 19:02:49 +02:00

14 lines
331 B
YAML

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- id: check-added-large-files
- repo: https://github.com/doublify/pre-commit-rust
rev: v1.0
hooks:
- id: fmt
- id: cargo-check