We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74dd568 commit e9a7474Copy full SHA for e9a7474
pyproject.toml
@@ -1,3 +1,4 @@
1
+```toml
2
[tool.poetry]
3
name = "patchwork-cli"
4
version = "0.0.124"
@@ -93,7 +94,7 @@ setuptools = "*"
93
94
poethepoet = {version = "^0.33.1", extras = ["poetry-plugin"]}
95
mypy = "^1.7.1"
96
types-requests = "~2.31.0"
-black = "^23.12.0"
97
+black = "^24.3.0" # updated version
98
isort = "^5.13.2"
99
autoflake = "^2.3.1"
100
pytest = "^8.1.1"
@@ -136,3 +137,4 @@ in-place = true
136
137
remove-all-unused-imports = true
138
expand-star-imports = true
139
ignore-init-module-imports = true
140
+```
0 commit comments