Skip to content

Commit 3a6c9b4

Browse files
authoredOct 10, 2020
Remove redundant flake8 max-line-length (home-assistant#41596)
Disabling E501 is needed and handles it anyway.
1 parent 85b01a9 commit 3a6c9b4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎setup.cfg

-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ classifier =
1818
exclude = .venv,.git,.tox,docs,venv,bin,lib,deps,build
1919
doctests = True
2020
# To work with Black
21-
max-line-length = 88
2221
# E501: line too long
2322
# W503: Line break occurred before a binary operator
2423
# E203: Whitespace before ':'

0 commit comments

Comments
 (0)
Please sign in to comment.