From a65023c9dcbb8c25569156356f7106a37ad48f91 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 15:02:33 -0400 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate (#81) 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.5.4 → v0.5.5](https://github.com/astral-sh/ruff-pre-commit/compare/v0.5.4...v0.5.5) * Skipping torch vulnerability --------- 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, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/static_code_checks.yaml b/.github/workflows/static_code_checks.yaml index ff69e41..424d44f 100644 --- a/.github/workflows/static_code_checks.yaml +++ b/.github/workflows/static_code_checks.yaml @@ -50,9 +50,9 @@ jobs: with: virtual-environment: .venv/ # Skipping 3 cryptography issues that can't be patched because of Flower - # Skipping 1 wandb issue that was rolled back, seems like a pip-audit bug + # 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-cqh9-jfqr-h9jj + GHSA-pg7h-5qx3-wjr3 diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8841f8b..7ef642e 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.5.4' + rev: 'v0.5.5' hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix]