Skip to content

Commit 12671e8

Browse files
Bump black and isort (#9356)
updates: - [github.com/psf/black: 22.10.0 → 22.12.0](psf/black@22.10.0...22.12.0) - [github.com/pycqa/isort: 5.10.1 → 5.11.1](PyCQA/isort@5.10.1...5.11.1) 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 da2d39f commit 12671e8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ repos:
55
- id: pycln
66
args: [--config=pyproject.toml, stubs, stdlib, tests, scripts]
77
- repo: https://github.com/psf/black
8-
rev: 22.10.0 # must match requirements-tests.txt
8+
rev: 22.12.0 # must match requirements-tests.txt
99
hooks:
1010
- id: black
1111
language_version: python3.9
1212
- repo: https://github.com/pycqa/isort
13-
rev: 5.10.1 # must match requirements-tests.txt
13+
rev: 5.11.1 # must match requirements-tests.txt
1414
hooks:
1515
- id: isort
1616
name: isort (python)

requirements-tests.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
aiohttp==3.8.3
2-
black==22.10.0 # must match .pre-commit-config.yaml
2+
black==22.12.0 # must match .pre-commit-config.yaml
33
flake8==6.0.0 # must match .pre-commit-config.yaml
44
flake8-bugbear==22.10.27 # must match .pre-commit-config.yaml
55
flake8-noqa==1.3.0 # must match .pre-commit-config.yaml
66
flake8-pyi==22.11.0 # must match .pre-commit-config.yaml
7-
isort==5.10.1 # must match .pre-commit-config.yaml
7+
isort==5.11.1 # must match .pre-commit-config.yaml
88
mypy==0.991
99
packaging==21.3
1010
pathspec

0 commit comments

Comments
 (0)