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
4 changes: 2 additions & 2 deletions .github/workflows/static_code_checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
# CVE-2026-0994 is a protobuff vulnerability without a fix yet.
# CVE-2026-26007 is a cryptography vulnerability that requires cryptography>=46.0.5, but flwr (flower)
# requires cryptography<45.0.0, blocking the upgrade.
# CVE-2026-25990 is a pillow vulnerability that requires pillow>=12.1.1, pending dependency resolution.
# CVE-2025-14009: NLTK vulnerability without a fix yet.
ignore-vulns: |
GHSA-3749-ghw9-m3mg
GHSA-887c-mr87-cxwp
Expand All @@ -69,7 +69,7 @@ jobs:
CVE-2025-12060
CVE-2026-0994
CVE-2026-26007
CVE-2026-25990
CVE-2025-14009
# Deleting some temporary files and useless folders to free up space
# Deleting /usr/share/dotnet should clear ~4GB of space.
Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/astral-sh/uv-pre-commit
rev: 0.10.3
rev: 0.10.4
hooks:
- id: uv-lock

Expand All @@ -26,7 +26,7 @@ repos:
- id: check-toml

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 'v0.15.1'
rev: 'v0.15.2'
hooks:
- id: ruff-check
args: [--fix, --exit-non-zero-on-fix]
Expand Down
Loading