Skip to content

Commit ee0ae64

Browse files
committed
Merge branch 'main' into devin/1741787270-add-linting-to-ci
2 parents afd202a + 52d5086 commit ee0ae64

File tree

10 files changed

+5944
-382
lines changed

10 files changed

+5944
-382
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ repos:
110110
- id: cargo-clippy-pythnet-sdk
111111
name: Cargo clippy for pythnet SDK
112112
language: "rust"
113-
entry: cargo +1.82.0 clippy --manifest-path ./pythnet/pythnet_sdk/Cargo.toml -- --deny warnings
113+
entry: cargo +1.82.0 clippy --manifest-path ./pythnet/pythnet_sdk/Cargo.toml --tests -- --deny warnings
114114
pass_filenames: false
115115
files: pythnet/pythnet_sdk
116116
# Hooks for solana receiver contract

0 commit comments

Comments
 (0)