Update README.md #13
781 errors
Flake8 found 781 errors
Annotations
Check failure on line 17 in resources/demond/demond.py
github-actions / Flake8
resources/demond/demond.py#L17
'string' imported but unused (F401)
Check failure on line 21 in resources/demond/demond.py
github-actions / Flake8
resources/demond/demond.py#L21
'datetime' imported but unused (F401)
Check failure on line 23 in resources/demond/demond.py
github-actions / Flake8
resources/demond/demond.py#L23
're' imported but unused (F401)
Check failure on line 25 in resources/demond/demond.py
github-actions / Flake8
resources/demond/demond.py#L25
'optparse.OptionParser' imported but unused (F401)
Check failure on line 26 in resources/demond/demond.py
github-actions / Flake8
resources/demond/demond.py#L26
'os.path.join' imported but unused (F401)
Check failure on line 31 in resources/demond/demond.py
github-actions / Flake8
resources/demond/demond.py#L31
Indentation contains tabs (W191)
Check failure on line 31 in resources/demond/demond.py
github-actions / Flake8
resources/demond/demond.py#L31
'from jeedom.jeedom import *' used; unable to detect undefined names (F403)
Check failure on line 33 in resources/demond/demond.py
github-actions / Flake8
resources/demond/demond.py#L33
Indentation contains tabs (W191)
Check failure on line 34 in resources/demond/demond.py
github-actions / Flake8
resources/demond/demond.py#L34
Indentation contains tabs (W191)
Check failure on line 36 in resources/demond/demond.py
github-actions / Flake8
resources/demond/demond.py#L36
Expected 2 blank lines, found 1 (E302)
Check failure on line 37 in resources/demond/demond.py
github-actions / Flake8
resources/demond/demond.py#L37
Indentation contains tabs (W191)
Check failure on line 38 in resources/demond/demond.py
github-actions / Flake8
resources/demond/demond.py#L38
Indentation contains tabs (W191)
Check failure on line 39 in resources/demond/demond.py
github-actions / Flake8
resources/demond/demond.py#L39
Indentation contains tabs (W191)
Check failure on line 40 in resources/demond/demond.py
github-actions / Flake8
resources/demond/demond.py#L40
Indentation contains tabs (W191)
Check failure on line 40 in resources/demond/demond.py
github-actions / Flake8
resources/demond/demond.py#L40
'jeedom_utils' may be undefined, or defined from star imports: jeedom.jeedom (F405)
Check failure on line 41 in resources/demond/demond.py
github-actions / Flake8
resources/demond/demond.py#L41
Indentation contains tabs (W191)
Check failure on line 42 in resources/demond/demond.py
github-actions / Flake8
resources/demond/demond.py#L42
Indentation contains tabs (W191)
Check failure on line 43 in resources/demond/demond.py
github-actions / Flake8
resources/demond/demond.py#L43
Indentation contains tabs (W191)
Check failure on line 44 in resources/demond/demond.py
github-actions / Flake8
resources/demond/demond.py#L44
Indentation contains tabs (W191)
Check failure on line 45 in resources/demond/demond.py
github-actions / Flake8
resources/demond/demond.py#L45
Indentation contains tabs (W191)
Check failure on line 45 in resources/demond/demond.py
github-actions / Flake8
resources/demond/demond.py#L45
Whitespace before '(' (E211)
Check failure on line 46 in resources/demond/demond.py
github-actions / Flake8
resources/demond/demond.py#L46
Indentation contains tabs (W191)
Check failure on line 47 in resources/demond/demond.py
github-actions / Flake8
resources/demond/demond.py#L47
Indentation contains tabs (W191)
Check failure on line 47 in resources/demond/demond.py
github-actions / Flake8
resources/demond/demond.py#L47
Whitespace before ',' (E203)
Check failure on line 47 in resources/demond/demond.py
github-actions / Flake8
resources/demond/demond.py#L47
Missing whitespace after ',' (E231)