mirror of
https://github.com/Dinnerbone/mcstatus.git
synced 2026-04-05 11:31:23 +08:00
Configure black line length from pyproject.toml so text editors respect it
This commit is contained in:
@@ -49,6 +49,9 @@ tox-poetry = "^0.4.1"
|
||||
[tool.poetry.scripts]
|
||||
mcstatus = 'mcstatus.scripts.mcstatus:cli'
|
||||
|
||||
[tool.black]
|
||||
line-length = 127
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core>=1.0.0"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
|
||||
Reference in New Issue
Block a user