Skip to content

Commit 2dca080

Browse files
authored
Upgrade black to 21.10b0 (home-assistant#58870)
1 parent 0baa6b1 commit 2dca080

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: [--py38-plus]
77
- repo: https://github.com/psf/black
8-
rev: 21.9b0
8+
rev: 21.10b0
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.0
4-
black==21.9b0
4+
black==21.10b0
55
codespell==2.0.0
66
flake8-comprehensions==3.7.0
77
flake8-docstrings==1.6.0

0 commit comments

Comments
 (0)