1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-04 04:12:23 +01:00

Bump black from 23.11.0 to 23.12.0 (#5912)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: J. Nick Koston <nick@koston.org>
This commit is contained in:
dependabot[bot]
2023-12-12 21:59:10 +00:00
committed by GitHub
parent 04720b8440
commit 8e92bb7958
3 changed files with 5 additions and 3 deletions

View File

@@ -203,7 +203,9 @@ def write_platformio_project():
write_platformio_ini(content)
DEFINES_H_FORMAT = ESPHOME_H_FORMAT = """\
DEFINES_H_FORMAT = (
ESPHOME_H_FORMAT
) = """\
#pragma once
#include "esphome/core/macros.h"
{}