Skip to content

Commit 75b41f4

Browse files
committed
chore: drop validation rust crate lockfile
Signed-off-by: lucarlig <luca.carlig@ibm.com>
1 parent df0b786 commit 75b41f4

6 files changed

Lines changed: 11 additions & 1504 deletions

File tree

.pre-commit-config.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,6 @@ repos:
423423
name: 🐍 Black - Python Code Formatter
424424
description: The uncompromising Python code formatter.
425425
language_version: python3
426-
files: ^mcpgateway/
427426

428427
# - repo: https://github.com/pycqa/isort
429428
# rev: 6.0.1
@@ -536,7 +535,6 @@ repos:
536535
- id: interrogate
537536
args: [--quiet, --fail-under=100]
538537
files: ^mcpgateway/
539-
exclude: ^mcpgateway/plugins/framework/external/grpc/proto/.*_pb2.*\.py$
540538

541539
# -----------------------------------------------------------------------------
542540
# 🔐 Security - Static Code Policy Checks
@@ -637,7 +635,6 @@ repos:
637635
name: 🔐 IBM Detect Secrets
638636
description: Detects secrets within a repository using IBM's detect-secrets.
639637
args: ['--baseline', '.secrets.baseline', --use-all-plugins, --fail-on-unaudited]
640-
pass_filenames: false
641638
types: [text]
642639
# Keep in sync with DETECT_SECRETS_FILES_EXCLUDE in Makefile.
643640
# (.secrets.baseline is auto-excluded by detect-secrets itself.)

.pre-commit-lite.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -531,5 +531,4 @@ repos:
531531
name: 🔐 IBM Detect Secrets
532532
description: Detects secrets within a repository using IBM's detect-secrets.
533533
args: ['--baseline', '.secrets.baseline', --use-all-plugins, --fail-on-unaudited]
534-
pass_filenames: false
535534
types: [text]

Makefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8644,9 +8644,6 @@ rust-lint: rust-ensure-deps ## Lint Rust code (cargo clippy)
86448644
@cargo clippy --workspace --all-targets -- -D warnings -A clippy::multiple_crate_versions
86458645
@echo "✅ Rust lint passed"
86468646

8647-
rust-compare: rust-ensure-deps ## Run compare_performance.py only (skip Rust benchmarks)
8648-
@$(MAKE) -C plugins_rust compare
8649-
86508647
rust-check: rust-build-check rust-fmt-check rust-lint rust-test ## Run all Rust checks (build, fmt, clippy, test)
86518648
@$(MAKE) rust-validation-test
86528649
@echo "✅ Rust check passed"

0 commit comments

Comments
 (0)