Skip to content

Commit 228c5c8

Browse files
Bump black from 23.10.1 to 23.12.0
1 parent 27a052b commit 228c5c8

File tree

3 files changed

+27
-23
lines changed

3 files changed

+27
-23
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ repos:
7373
rev: 1.7.0
7474
hooks:
7575
- id: nbqa-black
76-
additional_dependencies: [black==23.10.0]
76+
additional_dependencies: [black==23.12.0]
7777
- id: nbqa-pyupgrade
7878
additional_dependencies: [pyupgrade==3.15.0]
7979
args: ["--py39-plus"]

poetry.lock

Lines changed: 25 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ pypardiso = { version = "^0.4.2", optional = true }
6464
intel-openmp = { version = "==2023.2.0", optional = true}
6565

6666
[tool.poetry.group.dev.dependencies]
67-
black = "^23.10.1"
67+
black = "^23.12.0"
6868
coverage = { extras = ["toml"], version = "^7.3.2" }
6969
darglint = "^1.8.1"
7070
flake8 = "^6.1.0"

0 commit comments

Comments
 (0)