Skip to content

Commit

Permalink
Bumping up black formatter version (#757)
Browse files Browse the repository at this point in the history
### Motivation and Context

The poetry dependency file used black formatter version 23.1.0 and the
pre-commit config used version 23.3.0. I updated black to 23.3.0 in the
poetry dependency file.
  • Loading branch information
mkarle committed May 2, 2023
1 parent 8e232e0 commit b0d3abd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ sentence-transformers = "^2.2.2"

[tool.poetry.group.dev.dependencies]
pre-commit = "^2.21.0"
black = {version = "^23.1.0", allow-prereleases = true}
black = {version = "^23.3.0", allow-prereleases = true}
ipykernel = "^6.21.1"
pytest = "7.2.0"
ruff = "^0.0.257"
Expand Down

0 comments on commit b0d3abd

Please sign in to comment.