Upgrade black to 21.4b2 (#49841)
This commit is contained in:
parent
52f3a7249f
commit
de6c9e67b1
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ repos:
|
||||||
- id: pyupgrade
|
- id: pyupgrade
|
||||||
args: [--py38-plus]
|
args: [--py38-plus]
|
||||||
- repo: https://github.com/psf/black
|
- repo: https://github.com/psf/black
|
||||||
rev: 21.4b0
|
rev: 21.4b2
|
||||||
hooks:
|
hooks:
|
||||||
- id: black
|
- id: black
|
||||||
args:
|
args:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Automatically generated from .pre-commit-config.yaml by gen_requirements_all.py, do not edit
|
# Automatically generated from .pre-commit-config.yaml by gen_requirements_all.py, do not edit
|
||||||
|
|
||||||
bandit==1.7.0
|
bandit==1.7.0
|
||||||
black==21.4b0
|
black==21.4b2
|
||||||
codespell==2.0.0
|
codespell==2.0.0
|
||||||
flake8-comprehensions==3.4.0
|
flake8-comprehensions==3.4.0
|
||||||
flake8-docstrings==1.6.0
|
flake8-docstrings==1.6.0
|
||||||
|
|
Loading…
Add table
Reference in a new issue