Remove redundant flake8 max-line-length (#41596)

Disabling E501 is needed and handles it anyway.
This commit is contained in:
Ville Skyttä 2020-10-10 14:43:37 +03:00 committed by GitHub
parent 85b01a9b80
commit 3a6c9b43ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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