From 02030cf52dbbed3a8bb7c14c4d6158427635cee5 Mon Sep 17 00:00:00 2001 From: Ollie <46904826+ollie-iterators@users.noreply.github.com> Date: Sat, 25 Feb 2023 16:12:29 -0500 Subject: Fixing some too long lines (#8339) * Changing flake8 max-line-length to 120 Co-authored-by: Pierre Sassoulas --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index e4c696c4c..80fced5a2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -19,7 +19,7 @@ ignore = B028, # Flake8 is less lenient than pylint and does not make any exceptions # (for docstrings, strings and comments in particular). -max-line-length=125 +max-line-length=120 # Required for flake8-typing-imports (v1.12.0) # The plugin doesn't yet read the value from pyproject.toml min_python_version = 3.7.2 -- cgit v1.2.1