1
0
mirror of https://github.com/scsibug/nostr-rs-relay.git synced 2025-03-16 01:50:30 -04:00
nostr-rs-relay/.pre-commit-config.yaml

17 lines
416 B
YAML
Raw Normal View History

2022-09-06 05:44:22 -05: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 10:29:30 -06:00
# - id: fmt
2022-09-06 05:44:22 -05:00
- id: cargo-check
- id: clippy