From 3a6c9b43ab5a5dc97c38ad3f82149e9506a470a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Sat, 10 Oct 2020 14:43:37 +0300 Subject: [PATCH] Remove redundant flake8 max-line-length (#41596) Disabling E501 is needed and handles it anyway. --- setup.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 2bce9d5b1fd..5b3d00fab87 100644 --- a/setup.cfg +++ b/setup.cfg @@ -18,7 +18,6 @@ classifier = exclude = .venv,.git,.tox,docs,venv,bin,lib,deps,build doctests = True # To work with Black -max-line-length = 88 # E501: line too long # W503: Line break occurred before a binary operator # E203: Whitespace before ':'