Skip to content

Commit 72a03b1

Browse files
committed
Don't upgrade black right now
1 parent 4724060 commit 72a03b1

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
@@ -16,7 +16,7 @@ repos:
1616
- id: pycln
1717
args: [--config=pyproject.toml, stubs, stdlib, tests, scripts]
1818
- repo: https://github.com/psf/black
19-
rev: 23.1.0 # must match requirements-tests.txt
19+
rev: 22.12.0 # must match requirements-tests.txt
2020
hooks:
2121
- id: black
2222
language_version: python3.10

requirements-tests.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
aiohttp==3.8.3
2-
black==23.1.0 # must match .pre-commit-config.yaml
2+
black==22.12.0 # must match .pre-commit-config.yaml
33
flake8==6.0.0; python_version >= "3.8" # must match .pre-commit-config.yaml
44
flake8-bugbear==23.1.20; python_version >= "3.8" # must match .pre-commit-config.yaml
55
flake8-noqa==1.3.0; python_version >= "3.8" # must match .pre-commit-config.yaml

0 commit comments

Comments
 (0)