mirror of
https://github.com/esphome/esphome.git
synced 2025-09-04 04:12:23 +01:00
add-black (#1593)
* Add black Update pre commit Update pre commit add empty line * Format with black
This commit is contained in:
committed by
GitHub
parent
2b60b0f1fa
commit
69879920eb
@@ -1,7 +1,7 @@
|
||||
import esphome.codegen as cg
|
||||
|
||||
CODEOWNERS = ['@jesserockz']
|
||||
CODEOWNERS = ["@jesserockz"]
|
||||
|
||||
nfc_ns = cg.esphome_ns.namespace('nfc')
|
||||
nfc_ns = cg.esphome_ns.namespace("nfc")
|
||||
|
||||
NfcTag = nfc_ns.class_('NfcTag')
|
||||
NfcTag = nfc_ns.class_("NfcTag")
|
||||
|
Reference in New Issue
Block a user