Skip to content

Commit 8e6c6db

Browse files
committed
black doesn't seem to have the issue with docstrings anymore. unlocking version
1 parent 4c98547 commit 8e6c6db

2 files changed

Lines changed: 30 additions & 30 deletions

File tree

poetry.lock

Lines changed: 29 additions & 29 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
@@ -158,7 +158,7 @@ tomli = {version = ">=2.0.1", python = "<3.11"}
158158
typing_extensions = ">=4.8.0"
159159

160160
# convenience packages for development
161-
black = {version = "24.8", optional = true}
161+
black = {version = "*", optional = true}
162162
coverage = {version = "*", optional = true}
163163
cruft = {version = "*", optional = true}
164164
mypy = {version = "*", optional = true}

0 commit comments

Comments
 (0)