From d1355e3266c9c9a7e63fa56011b8d6d4174744af Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Wed, 18 Oct 2023 15:44:59 +0200 Subject: [PATCH] chore(main): ruff --output-format=github . (#212) --- .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