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 965e2e6 commit bbeb203Copy full SHA for bbeb203
1 file changed
pyproject.toml
@@ -58,12 +58,13 @@ build-backend = "hatchling.build"
58
[tool.hatch.build.targets.wheel]
59
packages = ["pypfopt"]
60
61
-#[tool.black]
62
-#line-length = 88
63
-
64
-#[tool.isort]
65
-#profile = "black"
66
# will all be controlled by ruff.toml
+[tool.black]
+line-length = 88
+
+[tool.isort]
+profile = "black"
67
68
69
[project.optional-dependencies]
70
# Development-only dependencies (not included when installing the package)
0 commit comments