From 620181846f1b17fe9aff4bce942b174744c13313 Mon Sep 17 00:00:00 2001 From: SylteA Date: Mon, 4 Mar 2024 19:17:56 +0100 Subject: [PATCH] Attempt to fix lint --- .github/workflows/lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index a83d4edb..86f87c03 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -31,7 +31,7 @@ jobs: # action. As pre-commit does not support user installs, we set # PIP_USER=0 to not do a user install. - name: Run pre-commit hooks - run: export PIP_USER=0; SKIP=flake8 pre-commit run --all-files + run: export PIP_USER=0; SKIP=flake8 poetry run pre-commit run --all-files # Run flake8 and have it format the linting errors in the format of # the GitHub Workflow command to register error annotations. This