From 3b7a1671419dcb507c2fc23f2332f4e32a0d5000 Mon Sep 17 00:00:00 2001 From: "Garth N. Wells" Date: Tue, 17 Jan 2023 14:58:49 +0000 Subject: [PATCH] Revert CI line length --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 812952b..5082c4a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [flake8] -max-line-length = 60 +max-line-length = 120 exclude = .git # Line length ignore = W503