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 ':'