mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 21:25:13 +02:00
Remove redundant flake8 max-line-length (#41596)
Disabling E501 is needed and handles it anyway.
This commit is contained in:
@@ -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 ':'
|
||||||
|
Reference in New Issue
Block a user