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