From ee1a187354720f9baa9c449856281aee868cf807 Mon Sep 17 00:00:00 2001 From: darkicewolf50 <darkicewolf50@gmail.com> Date: Sat, 21 Dec 2024 23:22:20 -0700 Subject: [PATCH] fix(Actions): ruff now checks all --- .github/workflows/Actions.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Actions.yaml b/.github/workflows/Actions.yaml index 7e65aeb..a28d2cc 100644 --- a/.github/workflows/Actions.yaml +++ b/.github/workflows/Actions.yaml @@ -42,4 +42,4 @@ jobs: run: pip install ruff - name: Lint - run: ruff check ./*.py ./**/*/*.py --ignore E402 + run: ruff check --ignore E402