From eaecf7ba45e96ab85e1e853562f5a02b130d6cba Mon Sep 17 00:00:00 2001 From: Santiago Martinez Date: Wed, 22 Feb 2023 15:01:13 +0000 Subject: [PATCH] change black line-length settings to 80 --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 8ff2796..2c58647 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,3 +46,6 @@ build-backend = "pdm.pep517.api" [project.scripts] batdetect2 = "bat_detect.command:main" + +[tool.black] +line-length = 80