Use ruff format at the CI (#57)

This commit is contained in:
Sebastian Muszynski
2025-02-21 14:22:47 +01:00
committed by GitHub
parent 8e3c94a72a
commit 1d705f4271

View File

@@ -168,8 +168,11 @@ jobs:
- name: Lint Custom
run: script/ci-custom.py -c
working-directory: ${{ env.esphome_directory }}
- name: Lint Python
run: script/lint-python -c
- name: Run Ruff
run: ruff format esphome tests
working-directory: ${{ env.esphome_directory }}
- name: Suggest changes
run: script/ci-suggest-changes
working-directory: ${{ env.esphome_directory }}
esphome-config: