Skip to content

Commit cd15532

Browse files
committed
🆙 update black
the old black version has a flat tyre (does not work anymore)
1 parent 6d75b0a commit cd15532

File tree

2 files changed

+45
-15
lines changed

2 files changed

+45
-15
lines changed

server/poetry.lock

Lines changed: 43 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

server/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ authors = [
66
"pajowu <audapolis@ca.pajowu.de>",
77
"Jaro Habiger <jarohabiger@googlemail.com>",
88
]
9+
package-mode = false
910

1011
[tool.poetry.dependencies]
1112
python = "^3.8, !=3.9.0, <3.11"
@@ -28,7 +29,7 @@ setuptools = "<60.0.0"
2829

2930
[tool.poetry.dev-dependencies]
3031
isort = "^5.9.3"
31-
black = "^21.8b0"
32+
black = "^24"
3233
flake8 = "^3.9.2"
3334
rich = "^10.9.0"
3435
types-requests = "^2.25.6"

0 commit comments

Comments
 (0)