Skip to content

Commit 6402710

Browse files
committed
Upgrade python black
1 parent 64e94a1 commit 6402710

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
@@ -29,7 +29,7 @@ repos:
2929
- id: trailing-whitespace # This hook trims trailing whitespace.
3030

3131
- repo: https://github.com/psf/black
32-
rev: 21.12b0
32+
rev: 22.3.0
3333
hooks:
3434
- id: black
3535

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
-r ./publish.txt
22
-r ./test.txt
3-
black==21.12b0
3+
black==22.3.0
44
flake8==4.0.1
55
isort==5.10.1
66
mypy==0.931

0 commit comments

Comments
 (0)