Add placeholder to preserve [tool.black] section in pyproject.toml

This commit is contained in:
Adam Goldsmith 2023-09-05 18:25:16 -04:00
parent 47580e4fe3
commit ff48b83a4f

View File

@ -24,6 +24,7 @@ requires = ["pdm-backend"]
build-backend = "pdm.backend"
[tool.black]
line-length = 88
[tool.mypy]
disallow_untyped_defs = true