Skip to content

Commit bbeb203

Browse files
committed
leave tool.black and tool.isort in pyproject
1 parent 965e2e6 commit bbeb203

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

pyproject.toml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,13 @@ build-backend = "hatchling.build"
5858
[tool.hatch.build.targets.wheel]
5959
packages = ["pypfopt"]
6060

61-
#[tool.black]
62-
#line-length = 88
63-
64-
#[tool.isort]
65-
#profile = "black"
6661
# will all be controlled by ruff.toml
62+
[tool.black]
63+
line-length = 88
64+
65+
[tool.isort]
66+
profile = "black"
67+
6768

6869
[project.optional-dependencies]
6970
# Development-only dependencies (not included when installing the package)

0 commit comments

Comments
 (0)