mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 01:07:45 +01:00
Bump black from 22.1.0 to 22.3.0 (#3357)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Otto Winter <otto@otto-winter.com>
This commit is contained in:
parent
bff06e448b
commit
06f4ad922c
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
# See https://pre-commit.com/hooks.html for more hooks
|
||||
repos:
|
||||
- repo: https://github.com/ambv/black
|
||||
rev: 22.1.0
|
||||
rev: 22.3.0
|
||||
hooks:
|
||||
- id: black
|
||||
args:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
pylint==2.13.4
|
||||
flake8==4.0.1
|
||||
black==22.1.0
|
||||
black==22.3.0
|
||||
pyupgrade==2.31.1
|
||||
pre-commit
|
||||
|
||||
|
|
Loading…
Reference in a new issue