Skip to content

Commit f419713

Browse files
build(deps-dev): bump black from 23.12.1 to 24.3.0 (#72)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: David L. Day <[email protected]>
1 parent ca6c180 commit f419713

File tree

3 files changed

+28
-29
lines changed

3 files changed

+28
-29
lines changed

poetry.lock

Lines changed: 27 additions & 27 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
@@ -50,7 +50,7 @@ classifiers = [
5050
]
5151

5252
[tool.poetry.group.dev.dependencies]
53-
black = ">=22.12,<24.0"
53+
black = ">=22.12,<25.0"
5454
mypy = "^1.17.0"
5555
bandit = "^1.8.6"
5656
pylint = "^3.3.7"

src/prosegrinder/dictionary.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99

1010

1111
class Dictionary:
12-
1312
"""A reference containing Words."""
1413

1514
RE_NUMERIC = re.compile("^[+-]{0,1}\\d{1,3}(?:[,]\\d{3})*(?:[.]\\d*)*$")

0 commit comments

Comments
 (0)