Skip to content

Commit fdb7a23

Browse files
frenckbdraco
andauthoredJun 30, 2022
Update black to 22.6.0 (home-assistant#74209)
Co-authored-by: J. Nick Koston <nick@koston.org>
1 parent 407da8c commit fdb7a23

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ repos:
55
- id: pyupgrade
66
args: [--py39-plus]
77
- repo: https://github.com/psf/black
8-
rev: 22.3.0
8+
rev: 22.6.0
99
hooks:
1010
- id: black
1111
args:

‎requirements_test_pre_commit.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Automatically generated from .pre-commit-config.yaml by gen_requirements_all.py, do not edit
22

33
bandit==1.7.4
4-
black==22.3.0
4+
black==22.6.0
55
codespell==2.1.0
66
flake8-comprehensions==3.8.0
77
flake8-docstrings==1.6.0

0 commit comments

Comments
 (0)