From 1aa031949f06bd0f62b8972dfb3a99c1c915305e Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 13:48:40 -0400 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate (#89) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * [pre-commit.ci] pre-commit autoupdate updates: - [github.com/astral-sh/ruff-pre-commit: v0.6.2 → v0.6.3](https://github.com/astral-sh/ruff-pre-commit/compare/v0.6.2...v0.6.3) * updating list of ignored vulnerabilities (cherry picked from commit 5a6904c7b182caaf2aebac8f7d3fc470045a993d) --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Marcelo Lotif --- .github/workflows/static_code_checks.yaml | 4 +++- .pre-commit-config.yaml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/static_code_checks.yaml b/.github/workflows/static_code_checks.yaml index 091bf68..7f9126c 100644 --- a/.github/workflows/static_code_checks.yaml +++ b/.github/workflows/static_code_checks.yaml @@ -49,10 +49,12 @@ jobs: uses: pypa/gh-action-pip-audit@v1.1.0 with: virtual-environment: .venv/ - # Skipping 3 cryptography issues that can't be patched because of Flower + # Skipping 3 cryptography issues that can't be patched because of FL4Health + # Skipping 1 cryptography issue that can't be patched because of Flower # Skipping 1 torch issue that can't be ugraded because of torchvision ignore-vulns: | GHSA-3ww4-gg4f-jr7f GHSA-9v9h-cgj8-h64p GHSA-6vqw-3v5j-54x4 + GHSA-h4gh-qq45-vh27 GHSA-pg7h-5qx3-wjr3 diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 59e88be..c248725 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,7 +16,7 @@ repos: - id: check-toml - repo: https://github.com/astral-sh/ruff-pre-commit - rev: 'v0.6.2' + rev: 'v0.6.3' hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix]