Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 1 addition & 13 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,18 +70,6 @@ jobs:
fi
echo "OK: All Python files carry the required SPDX header"

secrets:
name: Secret scan
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v6
with:
python-version: "3.12"
enable-cache: true
- name: detect-secrets
run: uv run --isolated --no-project --with pre-commit pre-commit run detect-secrets --all-files

rust:
name: Rust
runs-on: ubuntu-latest
Expand Down Expand Up @@ -209,7 +197,7 @@ jobs:
ci-success:
name: CI Success
if: always()
needs: [lint, spdx-headers, secrets, rust, typecheck, test, slim-install-smoke]
needs: [lint, spdx-headers, rust, typecheck, test, slim-install-smoke]
runs-on: ubuntu-latest
steps:
- name: Verify all jobs succeeded
Expand Down
39 changes: 0 additions & 39 deletions .hooks/detect_nvidia_api_key.py

This file was deleted.

11 changes: 0 additions & 11 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,6 @@ repos:
additional_dependencies:
- "@commitlint/config-conventional@20.4.1"

- repo: https://github.com/Yelp/detect-secrets
rev: v1.5.0
hooks:
- id: detect-secrets
name: detect-secrets (strict)
args:
- --baseline
- .secrets.baseline
- --no-verify
stages: [pre-commit]

- repo: local
hooks:
- id: spdx-headers
Expand Down
Loading
Loading