Files
photos/.pre-commit-config.yaml
Johannes Heuel d5e318257d
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing
Merge branch 'main' of gitea:jheuel/photos
2022-08-23 17:55:45 +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