From e66161f54d10466d09a76eef3a637bc8b35820d4 Mon Sep 17 00:00:00 2001 From: Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> Date: Wed, 18 Oct 2023 11:19:17 +0200 Subject: [PATCH] Fix pre-commit warning The environment variable `RUFF_FORMAT` is deprecated. Use `RUFF_OUTPUT_FORMAT` instead. --- .github/workflows/codespell-private.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codespell-private.yml b/.github/workflows/codespell-private.yml index c965b09042b..e44265d760f 100644 --- a/.github/workflows/codespell-private.yml +++ b/.github/workflows/codespell-private.yml @@ -12,7 +12,7 @@ jobs: test: env: REQUIRE_ASPELL: true - RUFF_FORMAT: github + RUFF_OUTPUT_FORMAT: github # Make sure we're using the latest aspell dictionary runs-on: ubuntu-22.04 strategy: