diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f11baaca6d0..c2aad1fddab 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -801,8 +801,9 @@ jobs: - gen-requirements-all - hassfest - lint-black - - lint-other - lint-isort + - lint-other + - lint-ruff - mypy strategy: fail-fast: false @@ -922,8 +923,9 @@ jobs: - gen-requirements-all - hassfest - lint-black - - lint-other - lint-isort + - lint-other + - lint-ruff - mypy strategy: fail-fast: false