Skip to content

Replace black and isort with ruff #1835

Replace black and isort with ruff

Replace black and isort with ruff #1835

Workflow file for this run

name: Home Assistant
on:
push:
branches:
- master
pull_request:
env:
DEFAULT_PYTHON: "3.12"
jobs:
hacs:
runs-on: ubuntu-latest
name: HACS
steps:
- name: Check out the repository
uses: "actions/checkout@v4"
- name: HACS validation
uses: "hacs/[email protected]"
with:
category: "integration"
hassfest:
runs-on: ubuntu-latest
name: Hassfest
steps:
- name: Check out the repository
uses: "actions/checkout@v4"
- name: Hassfest validation
uses: "home-assistant/actions/hassfest@master"