diff --git a/.github/workflows/ruff.yml b/.github/workflows/ruff.yml index 2cf5fc5263f28..ac9d439225503 100644 --- a/.github/workflows/ruff.yml +++ b/.github/workflows/ruff.yml @@ -42,9 +42,6 @@ jobs: run: | echo "::add-matcher::.github/workflows/matchers/ruff.json" ruff check --output-format github . - - name: Spelling check with codespell - run: | - codespell --toml pyproject.toml - name: Run isort run: | isort . --check-only