Skip to content

Commit

Permalink
Merge branch 'master' into bump-ipykernel
Browse files Browse the repository at this point in the history
  • Loading branch information
robbievanleeuwen authored Dec 19, 2023
2 parents f37094b + 2a298e8 commit a3e4516
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 22 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
44 changes: 24 additions & 20 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 a3e4516

Please sign in to comment.