From 6f3057076641e319e9d951d2356a5cf1beb9cb2a Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Wed, 18 Oct 2023 13:43:44 +0200 Subject: [PATCH] chore(main): ruff --output-format=github . --- .github/workflows/python_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python_tests.yml b/.github/workflows/python_tests.yml index 0f252b9e..87e74d73 100644 --- a/.github/workflows/python_tests.yml +++ b/.github/workflows/python_tests.yml @@ -30,7 +30,7 @@ jobs: pip install --editable ".[dev]" - run: ./gyp -V && ./gyp --version && gyp -V && gyp --version - name: Lint with ruff # See pyproject.toml for settings - run: ruff --format=github . + run: ruff --output-format=github . - name: Test with pytest # See pyproject.toml for settings run: pytest # - name: Run doctests with pytest