Remove redundant flake8 max-line-length (#41596)
Disabling E501 is needed and handles it anyway.
This commit is contained in:
parent
85b01a9b80
commit
3a6c9b43ab
1 changed files with 0 additions and 1 deletions
|
@ -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 ':'
|
||||
|
|
Loading…
Add table
Reference in a new issue