Skip to content

dev.yml.j2: update mlif ref #506

dev.yml.j2: update mlif ref

dev.yml.j2: update mlif ref #506

This check has been archived and is scheduled for deletion. Learn more about checks retention
GitHub Actions / Flake8 failed Nov 10, 2023 in 0s

109 errors

Flake8 found 109 errors

Annotations

Check failure on line 625 in mlonmcu/feature/features.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

mlonmcu/feature/features.py#L625

F-string is missing placeholders (F541)

Check failure on line 1880 in mlonmcu/feature/features.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

mlonmcu/feature/features.py#L1880

Do not compare types, for exact checks use `is` / `is not`, for instance checks use `isinstance()` (E721)

Check failure on line 1945 in mlonmcu/feature/features.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

mlonmcu/feature/features.py#L1945

Redefinition of unused 'enabled_counters' from line 1935 (F811)

Check failure on line 117 in mlonmcu/flow/tvm/backend/backend.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

mlonmcu/flow/tvm/backend/backend.py#L117

Line too long (128 > 120 characters) (E501)

Check failure on line 27 in mlonmcu/flow/tvm/backend/tvmcg.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

mlonmcu/flow/tvm/backend/tvmcg.py#L27

'.backend.TVMBackend' imported but unused (F401)

Check failure on line 58 in mlonmcu/platform/mlif/mlif_target.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

mlonmcu/platform/mlif/mlif_target.py#L58

Redefinition of unused '_handle_exit' from line 55 (F811)

Check failure on line 145 in mlonmcu/platform/tvm/tvm_tune_platform.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

mlonmcu/platform/tvm/tvm_tune_platform.py#L145

F-string is missing placeholders (F541)

Check failure on line 203 in mlonmcu/platform/tvm/tvm_tune_platform.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

mlonmcu/platform/tvm/tvm_tune_platform.py#L203

Invalid escape sequence '\d' (W605)

Check failure on line 203 in mlonmcu/platform/tvm/tvm_tune_platform.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

mlonmcu/platform/tvm/tvm_tune_platform.py#L203

Invalid escape sequence '\.' (W605)

Check failure on line 203 in mlonmcu/platform/tvm/tvm_tune_platform.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

mlonmcu/platform/tvm/tvm_tune_platform.py#L203

Invalid escape sequence '\d' (W605)

Check failure on line 203 in mlonmcu/platform/tvm/tvm_tune_platform.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

mlonmcu/platform/tvm/tvm_tune_platform.py#L203

Invalid escape sequence '\s' (W605)

Check failure on line 203 in mlonmcu/platform/tvm/tvm_tune_platform.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

mlonmcu/platform/tvm/tvm_tune_platform.py#L203

Invalid escape sequence '\/' (W605)

Check failure on line 203 in mlonmcu/platform/tvm/tvm_tune_platform.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

mlonmcu/platform/tvm/tvm_tune_platform.py#L203

Invalid escape sequence '\s' (W605)

Check failure on line 203 in mlonmcu/platform/tvm/tvm_tune_platform.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

mlonmcu/platform/tvm/tvm_tune_platform.py#L203

Invalid escape sequence '\d' (W605)

Check failure on line 203 in mlonmcu/platform/tvm/tvm_tune_platform.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

mlonmcu/platform/tvm/tvm_tune_platform.py#L203

Invalid escape sequence '\.' (W605)

Check failure on line 203 in mlonmcu/platform/tvm/tvm_tune_platform.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

mlonmcu/platform/tvm/tvm_tune_platform.py#L203

Invalid escape sequence '\d' (W605)

Check failure on line 203 in mlonmcu/platform/tvm/tvm_tune_platform.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

mlonmcu/platform/tvm/tvm_tune_platform.py#L203

Invalid escape sequence '\s' (W605)

Check failure on line 896 in mlonmcu/session/postprocess/postprocesses.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

mlonmcu/session/postprocess/postprocesses.py#L896

F-string is missing placeholders (F541)

Check failure on line 1194 in mlonmcu/session/postprocess/postprocesses.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

mlonmcu/session/postprocess/postprocesses.py#L1194

F-string is missing placeholders (F541)

Check failure on line 1195 in mlonmcu/session/postprocess/postprocesses.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

mlonmcu/session/postprocess/postprocesses.py#L1195

F-string is missing placeholders (F541)

Check failure on line 1197 in mlonmcu/session/postprocess/postprocesses.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

mlonmcu/session/postprocess/postprocesses.py#L1197

F-string is missing placeholders (F541)

Check failure on line 1202 in mlonmcu/session/postprocess/postprocesses.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

mlonmcu/session/postprocess/postprocesses.py#L1202

F-string is missing placeholders (F541)

Check failure on line 488 in mlonmcu/session/run.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

mlonmcu/session/run.py#L488

Local variable 'ex' is assigned to but never used (F841)

Check failure on line 61 in mlonmcu/setup/tasks/llvm.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

mlonmcu/setup/tasks/llvm.py#L61

Local variable 'candidate_exts' is assigned to but never used (F841)

Check failure on line 67 in mlonmcu/setup/tasks/llvm.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

mlonmcu/setup/tasks/llvm.py#L67

F-string is missing placeholders (F541)