From 36a35b1021a6b35690b98252c299fafe2d9e6dfa Mon Sep 17 00:00:00 2001 From: James McKinney <26463+jpmckinney@users.noreply.github.com> Date: Sun, 10 Dec 2023 03:44:18 -0500 Subject: [PATCH] chore: Add flake8 max-line-length --- setup.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.cfg b/setup.cfg index c58e8d6..119a32a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,3 +1,6 @@ [isort] line_length = 119 profile = black + +[flake8] +max-line-length = 119