Skip to content

Commit f8ef253

Browse files
committed
Go back to black 23.3.0 which supports 3.7
1 parent 43f24a5 commit f8ef253

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,5 +1,5 @@
11
repos:
22
- repo: https://github.com/psf/black
3-
rev: 23.9.1
3+
rev: 23.3.0
44
hooks:
55
- id: black

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pytest>=2.7.0
22
tox>=1.9.2
33
behave>=1.2.4
4-
black>=23.9.1
4+
black>=23.3.0
55
pexpect==3.3; platform_system != "Windows"
66
pre-commit>=1.16.0
77
coverage>=5.0.4

0 commit comments

Comments
 (0)