mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 09:17:53 +00:00
Fix pre-commit by upgrading black (#68855)
This commit is contained in:
parent
06435f633f
commit
7f5ee53d51
@ -5,7 +5,7 @@ repos:
|
||||
- id: pyupgrade
|
||||
args: [--py39-plus]
|
||||
- repo: https://github.com/psf/black
|
||||
rev: 22.1.0
|
||||
rev: 22.3.0
|
||||
hooks:
|
||||
- id: black
|
||||
args:
|
||||
|
@ -1,7 +1,7 @@
|
||||
# Automatically generated from .pre-commit-config.yaml by gen_requirements_all.py, do not edit
|
||||
|
||||
bandit==1.7.4
|
||||
black==22.1.0
|
||||
black==22.3.0
|
||||
codespell==2.1.0
|
||||
flake8-comprehensions==3.8.0
|
||||
flake8-docstrings==1.6.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user