Skip to content

Commit 54e006c

Browse files
Upgrade black dependency (#8236)
updates: - [github.com/psf/black: 22.3.0 → 22.6.0](psf/black@22.3.0...22.6.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Alex Waygood <[email protected]>
1 parent 73974e9 commit 54e006c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/psf/black
3-
rev: 22.3.0 # must match requirements-tests.txt
3+
rev: 22.6.0 # must match requirements-tests.txt
44
hooks:
55
- id: black
66
language_version: python3.9

requirements-tests.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
mypy==0.960
22
pytype==2022.6.23; platform_system != "Windows"
33
# must match .pre-commit-config.yaml
4-
black==22.3.0
4+
black==22.6.0
55
# must match .pre-commit-config.yaml
66
flake8==4.0.1
77
flake8-bugbear==21.11.29

0 commit comments

Comments
 (0)