From fe7c30b4a778dbbfd04fa016f4f1d5d3d62cd200 Mon Sep 17 00:00:00 2001 From: Simon Hofmann Date: Fri, 27 Oct 2023 14:07:09 +0200 Subject: [PATCH] fix toml --- pyproject.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 18b1bdd..204b1e1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -163,5 +163,3 @@ exclude = [ "node_modules", "venv", ] - -line-length = 120