mirror of
https://github.com/esphome/esphome.git
synced 2024-11-12 18:27:46 +01:00
Bump black from 22.3.0 to 22.6.0 (#3613)
This commit is contained in:
parent
8112bdfaa8
commit
09e6c11d73
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.3.0
|
||||
rev: 22.6.0
|
||||
hooks:
|
||||
- id: black
|
||||
args:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
pylint==2.14.3
|
||||
flake8==4.0.1
|
||||
black==22.3.0
|
||||
black==22.6.0 # also change in .pre-commit-config.yaml when updating
|
||||
pyupgrade==2.34.0 # also change in .pre-commit-config.yaml when updating
|
||||
pre-commit
|
||||
|
||||
|
|
Loading…
Reference in a new issue