Skip to content

Rework config flow, add Reauth Flow, add Options Flow (polling interval), add zip release github workflow, set min version to 2024.12 #37

Rework config flow, add Reauth Flow, add Options Flow (polling interval), add zip release github workflow, set min version to 2024.12

Rework config flow, add Reauth Flow, add Options Flow (polling interval), add zip release github workflow, set min version to 2024.12 #37

Workflow file for this run

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