Skip to content

Commit

Permalink
Upgrade black to 21.7b0 (home-assistant#53192)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored Jul 19, 2021
1 parent 3c6f0d1 commit dd8ec04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ repos:
- id: pyupgrade
args: [--py38-plus]
- repo: https://github.com/psf/black
rev: 21.6b0
rev: 21.7b0
hooks:
- id: black
args:
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_pre_commit.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Automatically generated from .pre-commit-config.yaml by gen_requirements_all.py, do not edit

bandit==1.7.0
black==21.6b0
black==21.7b0
codespell==2.0.0
flake8-comprehensions==3.5.0
flake8-docstrings==1.6.0
Expand Down

0 comments on commit dd8ec04

Please sign in to comment.