From 9fc463ccec994d74fee6c5486e9b9c5c959e46c7 Mon Sep 17 00:00:00 2001 From: Jaspar Stach Date: Mon, 8 Jul 2024 08:15:04 +0200 Subject: [PATCH] Fix: Linting in CI via `ruff check` `ruff` is deprecated. ... --- .github/workflows/ci-python.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-python.yml b/.github/workflows/ci-python.yml index 07b652243..76343abdd 100644 --- a/.github/workflows/ci-python.yml +++ b/.github/workflows/ci-python.yml @@ -24,7 +24,7 @@ jobs: with: packages: pontos tests python-version: ${{ matrix.python-version }} - linter: ruff + linter: ruff check test: name: Run all tests