Skip to content

Commit b9b77c2

Browse files
Bump black from 22.10.0 to 22.12.0 (#7925)
* Bump black from 22.10.0 to 22.12.0 Bumps [black](https://github.com/psf/black) from 22.10.0 to 22.12.0. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@22.10.0...22.12.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Pierre Sassoulas <[email protected]>
1 parent ca5b4af commit b9b77c2

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
@@ -44,7 +44,7 @@ repos:
4444
- id: isort
4545
exclude: doc/data/messages/(r/reimported|w/wrong-import-order|u/ungrouped-imports|m/misplaced-future|m/multiple-imports)/bad.py
4646
- repo: https://github.com/psf/black
47-
rev: 22.10.0
47+
rev: 22.12.0
4848
hooks:
4949
- id: black
5050
args: [--safe, --quiet]

requirements_test_pre_commit.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Everything in this file should reflect the pre-commit configuration
22
# in .pre-commit-config.yaml
33
bandit==1.7.4
4-
black==22.10.0
4+
black==22.12.0
55
flake8==6.0.0
66
flake8-bugbear==22.12.6
77
flake8-typing-imports==1.14.0

0 commit comments

Comments
 (0)