|
|
@@ -39,7 +39,7 @@ repos:
|
|
|
- id: cargo-fmt-remote-executor
|
|
|
name: Cargo format for remote executor
|
|
|
language: "rust"
|
|
|
- entry: cargo +nightly-2023-03-01 fmt --manifest-path ./governance/remote_executor/Cargo.toml --all -- --config-path rustfmt.toml
|
|
|
+ entry: cargo +1.66.1 fmt --manifest-path ./governance/remote_executor/Cargo.toml --all
|
|
|
pass_filenames: false
|
|
|
files: governance/remote_executor
|
|
|
- id: cargo-clippy-remote-executor
|
|
|
@@ -52,7 +52,7 @@ repos:
|
|
|
- id: cargo-fmt-cosmwasm
|
|
|
name: Cargo format for cosmwasm contract
|
|
|
language: "rust"
|
|
|
- entry: cargo +nightly-2023-03-01 fmt --manifest-path ./target_chains/cosmwasm/Cargo.toml --all -- --config-path rustfmt.toml
|
|
|
+ entry: cargo +1.82.0 fmt --manifest-path ./target_chains/cosmwasm/Cargo.toml --all
|
|
|
pass_filenames: false
|
|
|
files: target_chains/cosmwasm
|
|
|
- id: cargo-clippy-cosmwasm
|
|
|
@@ -65,7 +65,7 @@ repos:
|
|
|
- id: cargo-fmt-hermes
|
|
|
name: Cargo format for Hermes
|
|
|
language: "rust"
|
|
|
- entry: cargo +nightly-2024-03-26 fmt --manifest-path ./apps/hermes/server/Cargo.toml --all -- --config-path rustfmt.toml
|
|
|
+ entry: cargo +1.82.0 fmt --manifest-path ./apps/hermes/server/Cargo.toml --all
|
|
|
pass_filenames: false
|
|
|
files: apps/hermes
|
|
|
- id: cargo-clippy-hermes
|
|
|
@@ -78,7 +78,7 @@ repos:
|
|
|
- id: cargo-fmt-fortuna
|
|
|
name: Cargo format for Fortuna
|
|
|
language: "rust"
|
|
|
- entry: cargo +nightly-2023-07-23 fmt --manifest-path ./apps/fortuna/Cargo.toml --all -- --config-path rustfmt.toml
|
|
|
+ entry: cargo +1.82.0 fmt --manifest-path ./apps/fortuna/Cargo.toml --all
|
|
|
pass_filenames: false
|
|
|
files: apps/fortuna
|
|
|
- id: cargo-clippy-fortuna
|
|
|
@@ -91,7 +91,7 @@ repos:
|
|
|
- id: cargo-fmt-message-buffer
|
|
|
name: Cargo format for message buffer contract
|
|
|
language: "rust"
|
|
|
- entry: cargo +nightly-2023-03-01 fmt --manifest-path ./pythnet/message_buffer/Cargo.toml --all -- --config-path rustfmt.toml
|
|
|
+ entry: cargo +1.66.1 fmt --manifest-path ./pythnet/message_buffer/Cargo.toml --all
|
|
|
pass_filenames: false
|
|
|
files: pythnet/message_buffer
|
|
|
- id: cargo-clippy-message-buffer
|
|
|
@@ -104,7 +104,7 @@ repos:
|
|
|
- id: cargo-fmt-pythnet-sdk
|
|
|
name: Cargo format for pythnet SDK
|
|
|
language: "rust"
|
|
|
- entry: cargo +nightly-2024-08-04 fmt --manifest-path ./pythnet/pythnet_sdk/Cargo.toml --all -- --config-path rustfmt.toml
|
|
|
+ entry: cargo +1.82.0 fmt --manifest-path ./pythnet/pythnet_sdk/Cargo.toml --all
|
|
|
pass_filenames: false
|
|
|
files: pythnet/pythnet_sdk
|
|
|
- id: cargo-clippy-pythnet-sdk
|
|
|
@@ -117,7 +117,7 @@ repos:
|
|
|
- id: cargo-fmt-pyth-solana-receiver
|
|
|
name: Cargo format for solana target chain contract
|
|
|
language: "rust"
|
|
|
- entry: cargo +nightly-2023-03-01 fmt --manifest-path ./target_chains/solana/Cargo.toml --all -- --config-path rustfmt.toml
|
|
|
+ entry: cargo +1.73.0 fmt --manifest-path ./target_chains/solana/Cargo.toml --all
|
|
|
pass_filenames: false
|
|
|
files: target_chains/solana
|
|
|
- id: cargo-clippy-pyth-solana-receiver
|