From fa0a0b36db8b6e5464c6ff44415bbd75e919c2f5 Mon Sep 17 00:00:00 2001 From: Philippe Miron Date: Fri, 19 Apr 2024 13:36:33 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20fix=20ruff=20action=20to=20inclu?= =?UTF-8?q?de=20formatting=20(#419)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * i think it needs two invocation of ruff do check for linting and formatting of the code * oops * introduce wrong formatting to test * fix wrong formatting test --------- Co-authored-by: Philippe Miron --- .github/workflows/lint.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 18ade90d..5cd7dc23 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -16,6 +16,9 @@ jobs: steps: - uses: actions/checkout@v4 - uses: chartboost/ruff-action@v1 + - uses: chartboost/ruff-action@v1 + with: + args: format --check mypy: runs-on: ubuntu-latest steps: