Skip to content

Roll the price cache over at the displayed (target) timezone, not HA's #1670

Roll the price cache over at the displayed (target) timezone, not HA's

Roll the price cache over at the displayed (target) timezone, not HA's #1670

name: Code Formatting
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
format:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v7
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: "3.12"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install black
- name: Format code with Black
run: |
black .