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

Bump black from 22.3.0 to 22.6.0 (#3613)

This commit is contained in:
dependabot[bot]
2022-06-30 12:42:28 +02:00
committed by GitHub
parent 8112bdfaa8
commit 09e6c11d73
2 changed files with 2 additions and 2 deletions

View File

@@ -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:

View File

@@ -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