Add placeholder setting to prevent removal of empty [tool.black]

This commit is contained in:
Adam Goldsmith 2023-09-22 15:42:04 -04:00
parent c706164546
commit 60010a788f

View File

@ -20,6 +20,7 @@ octoreservations = "octoprint_reservations.main:main"
dev = [] dev = []
[tool.black] [tool.black]
line-length = 88
[build-system] [build-system]
requires = ["pdm-backend"] requires = ["pdm-backend"]