summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorOllie <46904826+ollie-iterators@users.noreply.github.com>2023-03-02 13:49:28 -0500
committerGitHub <noreply@github.com>2023-03-02 19:49:28 +0100
commit5337e6280e76e13d1922b03ffeba7887a00e6356 (patch)
tree712fb303a3f03615c0a5fb224668298485803dba /setup.cfg
parent61844d87bd03be1233a431186efe5d61ccc758c9 (diff)
downloadpylint-git-5337e6280e76e13d1922b03ffeba7887a00e6356.tar.gz
Changing flake8 to have max-line-length of 115 (#8362)
Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 80fced5a2..1f188de83 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=120
+max-line-length=115
# 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