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
1 changed files with 1 additions and 0 deletions

View File

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