Skip to content

Commit

Permalink
fail fast in precommit
Browse files Browse the repository at this point in the history
  • Loading branch information
CyonAlexRDX committed Feb 19, 2024
1 parent 95931b9 commit 32e15fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
fail_fast: true

repos:
- repo: https://github.com/crate-ci/typos
rev: v1.17.2
Expand Down
1 change: 1 addition & 0 deletions src/core/types/signatures/signature.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
use crate::prelude::*;

/// Either a Signature on `Curve25519` or `Secp256k1`
#[derive(
Clone,
PartialEq,
Expand Down

0 comments on commit 32e15fb

Please sign in to comment.