Skip to content

Update codeLintGlobal.yml #50

Update codeLintGlobal.yml

Update codeLintGlobal.yml #50

GitHub Actions / Flake8 failed Sep 13, 2023 in 0s

37 errors

Flake8 found 37 errors

Annotations

Check failure on line 17 in resources/demond/demond.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

resources/demond/demond.py#L17

'string' imported but unused (F401)

Check failure on line 21 in resources/demond/demond.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

resources/demond/demond.py#L21

'datetime' imported but unused (F401)

Check failure on line 23 in resources/demond/demond.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

resources/demond/demond.py#L23

're' imported but unused (F401)

Check failure on line 25 in resources/demond/demond.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

resources/demond/demond.py#L25

'optparse.OptionParser' imported but unused (F401)

Check failure on line 26 in resources/demond/demond.py

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions github-actions / Flake8

resources/demond/demond.py#L31

'from jeedom.jeedom import *' used; unable to detect undefined names (F403)

Check failure on line 41 in resources/demond/demond.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

resources/demond/demond.py#L41

'jeedom_utils' may be undefined, or defined from star imports: jeedom.jeedom (F405)

Check failure on line 41 in resources/demond/demond.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

resources/demond/demond.py#L41

Line too long (80 > 79 characters) (E501)

Check failure on line 74 in resources/demond/demond.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

resources/demond/demond.py#L74

Do not use bare 'except' (E722)

Check failure on line 78 in resources/demond/demond.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

resources/demond/demond.py#L78

Do not use bare 'except' (E722)

Check failure on line 81 in resources/demond/demond.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

resources/demond/demond.py#L81

'jeedom_serial' may be undefined, or defined from star imports: jeedom.jeedom (F405)

Check failure on line 82 in resources/demond/demond.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

resources/demond/demond.py#L82

Do not use bare 'except' (E722)

Check failure on line 100 in resources/demond/demond.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

resources/demond/demond.py#L100

Line too long (80 > 79 characters) (E501)

Check failure on line 127 in resources/demond/demond.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

resources/demond/demond.py#L127

'jeedom_utils' may be undefined, or defined from star imports: jeedom.jeedom (F405)

Check failure on line 141 in resources/demond/demond.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

resources/demond/demond.py#L141

'jeedom_utils' may be undefined, or defined from star imports: jeedom.jeedom (F405)

Check failure on line 142 in resources/demond/demond.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

resources/demond/demond.py#L142

'jeedom_socket' may be undefined, or defined from star imports: jeedom.jeedom (F405)

Check failure on line 17 in resources/demond/jeedom/jeedom.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

resources/demond/jeedom/jeedom.py#L17

'time' imported but unused (F401)

Check failure on line 29 in resources/demond/jeedom/jeedom.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

resources/demond/jeedom/jeedom.py#L29

'os.path.join' imported but unused (F401)

Check failure on line 30 in resources/demond/jeedom/jeedom.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

resources/demond/jeedom/jeedom.py#L30

'socket' imported but unused (F401)

Check failure on line 34 in resources/demond/jeedom/jeedom.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

resources/demond/jeedom/jeedom.py#L34

'signal' imported but unused (F401)

Check failure on line 55 in resources/demond/jeedom/jeedom.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

resources/demond/jeedom/jeedom.py#L55

Line too long (85 > 79 characters) (E501)

Check failure on line 83 in resources/demond/jeedom/jeedom.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

resources/demond/jeedom/jeedom.py#L83

Line too long (84 > 79 characters) (E501)

Check failure on line 86 in resources/demond/jeedom/jeedom.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

resources/demond/jeedom/jeedom.py#L86

Line too long (88 > 79 characters) (E501)

Check failure on line 92 in resources/demond/jeedom/jeedom.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

resources/demond/jeedom/jeedom.py#L92

Line too long (85 > 79 characters) (E501)

Check failure on line 96 in resources/demond/jeedom/jeedom.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

resources/demond/jeedom/jeedom.py#L96

Line too long (81 > 79 characters) (E501)