Skip to content

Bring up to speed with 2022 HA codestyle #85

Bring up to speed with 2022 HA codestyle

Bring up to speed with 2022 HA codestyle #85

Workflow file for this run

name: Linters (flake8, black, isort)
on:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- uses: pre-commit/action@v3.0.0