Skip to content

Commit

Permalink
Merge pull request #370 from robbievanleeuwen/bump-black
Browse files Browse the repository at this point in the history
Bump black from 23.10.1 to 23.12.0
  • Loading branch information
robbievanleeuwen authored Dec 19, 2023
2 parents 4767e99 + b5d1196 commit 2a298e8
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 23 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ repos:
rev: 1.7.0
hooks:
- id: nbqa-black
additional_dependencies: [black==23.10.0]
additional_dependencies: [black==23.12.0]
- id: nbqa-pyupgrade
additional_dependencies: [pyupgrade==3.15.0]
args: ["--py39-plus"]
Expand Down
46 changes: 25 additions & 21 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ pypardiso = { version = "^0.4.2", optional = true }
intel-openmp = { version = "==2023.2.0", optional = true}

[tool.poetry.group.dev.dependencies]
black = "^23.10.1"
black = "^23.12.0"
coverage = { extras = ["toml"], version = "^7.3.2" }
darglint = "^1.8.1"
flake8 = "^6.1.0"
Expand Down

0 comments on commit 2a298e8

Please sign in to comment.