Skip to content

Commit d92ea61

Browse files
Bump black[jupyter] from 22.10.0 to 22.12.0 (#44)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Steven Silvester <[email protected]>
1 parent bf125ed commit d92ea61

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
@@ -30,7 +30,7 @@ repos:
3030
- id: mdformat
3131

3232
- repo: https://github.com/psf/black
33-
rev: 22.10.0
33+
rev: 22.12.0
3434
hooks:
3535
- id: black
3636

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ test = [
5353
"pytest-timeout"
5454
]
5555
lint = [
56-
"black[jupyter]==22.10.0",
56+
"black[jupyter]==22.12.0",
5757
"mdformat>0.7",
5858
"ruff==0.0.194",
5959
]

0 commit comments

Comments
 (0)