nostr-rs-relay/.pre-commit-config.yaml

17 lines
416 B
YAML
Raw Permalink Normal View History

2022-09-06 06:44:22 -04:00
# See https://pre-commit.com for more information
# See https://pre-commit.com/hooks.html for more hooks
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:
2022-12-24 11:29:30 -05:00
# - id: fmt
2022-09-06 06:44:22 -04:00
- id: cargo-check
- id: clippy