mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 22:27:07 +00:00
Remove redundant flake8 max-line-length (#41596)
Disabling E501 is needed and handles it anyway.
This commit is contained in:
parent
85b01a9b80
commit
3a6c9b43ab
@ -18,7 +18,6 @@ classifier =
|
|||||||
exclude = .venv,.git,.tox,docs,venv,bin,lib,deps,build
|
exclude = .venv,.git,.tox,docs,venv,bin,lib,deps,build
|
||||||
doctests = True
|
doctests = True
|
||||||
# To work with Black
|
# To work with Black
|
||||||
max-line-length = 88
|
|
||||||
# E501: line too long
|
# E501: line too long
|
||||||
# W503: Line break occurred before a binary operator
|
# W503: Line break occurred before a binary operator
|
||||||
# E203: Whitespace before ':'
|
# E203: Whitespace before ':'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user