set black for max line length

This commit is contained in:
dmunozv04
2024-01-14 14:52:38 +01:00
parent dae27e7aa3
commit 1671d7841b

View File

@@ -28,3 +28,6 @@ files = ["requirements.txt"]
[build-system]
requires = ["hatchling", "hatch-requirements-txt"]
build-backend = "hatchling.build"
[tool.black]
line-length = 88