Skip to content

Commit

Permalink
Updating black version
Browse files Browse the repository at this point in the history
  • Loading branch information
HarrisonWilde committed Feb 28, 2024
1 parent 4baecf6 commit 53f876f
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repos:
- id: check-toml
- id: check-added-large-files
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 23.12.1
rev: 24.2.0
hooks:
- id: black
- id: black-jupyter
Expand Down
50 changes: 25 additions & 25 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 @@ -44,7 +44,7 @@ pytest = "^7.3.1"
pytest-cov = "^4.0.0"
tox = "^4.0.0"
mock = "^5.1.0"
black = {extras = ["jupyter"], version = "^23.9.1"}
black = {extras = ["jupyter"], version = "^24.2.0"}
pre-commit = "^3.5.0"
nbstripout = "^0.6.1"
pre-commit-hooks = "^4.5.0"
Expand Down

0 comments on commit 53f876f

Please sign in to comment.