From 1a00e52e845efa9a64d23c9de721e5bfddaa434c Mon Sep 17 00:00:00 2001 From: AlexNg Date: Sun, 28 Apr 2024 14:21:41 +0800 Subject: [PATCH] ci(lint): Fix linting not throwing --- .github/workflows/linter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index c4a8fb8..03ff183 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -26,4 +26,4 @@ jobs: - name: Lint with ruff run: | set -xe - python -m ruff --per-file-ignores="__init__.py:F401" --per-file-ignores="__init__.py:E402" . + python -m ruff format --check