Skip to content

Commit

Permalink
.pre-commit-config.yaml: Also check under pythnet feature
Browse files Browse the repository at this point in the history
  • Loading branch information
drozdziak1 committed Oct 9, 2023
1 parent b6d30f4 commit 21c97d5
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,13 @@ repos:
language: "rust"
entry: cargo +nightly-2023-03-01 fmt
pass_filenames: false
- id: cargo-clippy
name: Cargo clippy
- id: cargo-clippy-solana
name: Cargo Clippy Solana
language: "rust"
entry : cargo +nightly-2023-03-01 clippy --tests --features check -- -D warnings
pass_filenames : false
- id: cargo-clippy-pythnet
name: Cargo Clippy Pythnet
language: "rust"
entry : cargo +nightly-2023-03-01 clippy --tests --features pythnet,check -- -D warnings
pass_filenames : false

0 comments on commit 21c97d5

Please sign in to comment.