Skip to content

Merge branch 'master' of github.com:KartoffelToby/better_thermostat i… #630

Merge branch 'master' of github.com:KartoffelToby/better_thermostat i…

Merge branch 'master' of github.com:KartoffelToby/better_thermostat i… #630

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
options: "--check --verbose --skip-magic-trailing-comma --target-version py310"
- uses: psf/black@stable