Skip to content

Commit 7f5ee53

Browse files
authoredMar 29, 2022
Fix pre-commit by upgrading black (home-assistant#68855)
1 parent 06435f6 commit 7f5ee53

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.1.0
8+
rev: 22.3.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.1.0
4+
black==22.3.0
55
codespell==2.1.0
66
flake8-comprehensions==3.8.0
77
flake8-docstrings==1.6.0

0 commit comments

Comments
 (0)