From fc9dacd08277fc55ff270bbc031c6d888d377558 Mon Sep 17 00:00:00 2001 From: Martin Kristiansen Date: Thu, 27 Jul 2023 10:12:25 -0400 Subject: [PATCH] Black/flake8 line length 100->120 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d171c062dd..20397b9113 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -177,7 +177,7 @@ output = "coverage/index.xml" #=== End: PyTest and Coverage [tool.flake8] -max-line-length = 100 +max-line-length = 120 [tool.black] -line-length = 100 \ No newline at end of file +line-length = 120 \ No newline at end of file