diff --git a/.github/workflows/codespell_and_ruff.yml b/.github/workflows/codespell_and_ruff.yml index 56ebacb..608025f 100644 --- a/.github/workflows/codespell_and_ruff.yml +++ b/.github/workflows/codespell_and_ruff.yml @@ -16,4 +16,4 @@ jobs: - uses: actions/checkout@v4 - run: pip install --user codespell[toml] ruff - run: codespell # --ignore-words-list="" --skip="*.css,*.js,*.lock,*.po" - - run: ruff --output-format=github --target-version=py38 . + - run: ruff check --output-format=github --target-version=py38 .