Skip to content

Commit c1d307f

Browse files
black: upgrade (#8659)
1 parent 80fdf9e commit c1d307f

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: pycln
66
args: [--all, stubs, stdlib, tests, scripts]
77
- repo: https://github.com./psf/black
8-
rev: 22.6.0 # must match requirements-tests.txt
8+
rev: 22.8.0 # must match requirements-tests.txt
99
hooks:
1010
- id: black
1111
language_version: python3.9

requirements-tests.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
aiohttp==3.8.1
2-
black==22.6.0 # must match .pre-commit-config.yaml
2+
black==22.8.0 # must match .pre-commit-config.yaml
33
flake8==5.0.4 # must match .pre-commit-config.yaml
44
flake8-bugbear==22.7.1 # must match .pre-commit-config.yaml
55
flake8-noqa==1.2.9 # must match .pre-commit-config.yaml

0 commit comments

Comments
 (0)