Skip to content

fixes

fixes #8

GitHub Actions / Flake8 failed Feb 16, 2024 in 0s

45 errors

Flake8 found 45 errors

Annotations

Check failure on line 19 in seal5/backends/coredsl2/writer.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

seal5/backends/coredsl2/writer.py#L19

'm2isar.metamodel.behav' imported but unused (F401)

Check failure on line 27 in seal5/backends/riscv_features/writer.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

seal5/backends/riscv_features/writer.py#L27

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

Check failure on line 29 in seal5/backends/riscv_features/writer.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

seal5/backends/riscv_features/writer.py#L29

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

Check failure on line 11 in seal5/backends/viewer_seal5/treegen.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

seal5/backends/viewer_seal5/treegen.py#L11

'tkinter as tk' imported but unused (F401)

Check failure on line 13 in seal5/backends/viewer_seal5/treegen.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

seal5/backends/viewer_seal5/treegen.py#L13

'...metamodel.arch' imported but unused (F401)

Check failure on line 12 in seal5/backends/viewer_seal5/utils.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

seal5/backends/viewer_seal5/utils.py#L12

'anytree.RenderTree' imported but unused (F401)

Check failure on line 29 in seal5/backends/viewer_seal5/utils.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

seal5/backends/viewer_seal5/utils.py#L29

Redefinition of unused 'TreeGenContext' from line 19 (F811)

Check failure on line 23 in seal5/backends/viewer_seal5/viewer.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

seal5/backends/viewer_seal5/viewer.py#L23

'...metamodel.utils.expr_preprocessor.process_attributes' imported but unused (F401)

Check failure on line 23 in seal5/backends/viewer_seal5/viewer.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

seal5/backends/viewer_seal5/viewer.py#L23

'...metamodel.utils.expr_preprocessor.process_functions' imported but unused (F401)

Check failure on line 23 in seal5/backends/viewer_seal5/viewer.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

seal5/backends/viewer_seal5/viewer.py#L23

'...metamodel.utils.expr_preprocessor.process_instructions' imported but unused (F401)

Check failure on line 108 in seal5/backends/viewer_seal5/viewer.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

seal5/backends/viewer_seal5/viewer.py#L108

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

Check failure on line 307 in seal5/backends/viewer_seal5/viewer.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

seal5/backends/viewer_seal5/viewer.py#L307

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

Check failure on line 19 in seal5/backends/yaml/writer.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

seal5/backends/yaml/writer.py#L19

'm2isar.metamodel.patch_model' imported but unused (F401)

Check failure on line 19 in seal5/backends/yaml/writer.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

seal5/backends/yaml/writer.py#L19

'm2isar.metamodel.behav' imported but unused (F401)

Check failure on line 204 in seal5/flow.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

seal5/flow.py#L204

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

Check failure on line 980 in seal5/flow.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

seal5/flow.py#L980

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

Check failure on line 1066 in seal5/flow.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

seal5/flow.py#L1066

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

Check failure on line 1204 in seal5/flow.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

seal5/flow.py#L1204

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

Check failure on line 255 in seal5/frontends/coredsl2_seal5/architecture_model_builder.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

seal5/frontends/coredsl2_seal5/architecture_model_builder.py#L255

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

Check failure on line 273 in seal5/frontends/coredsl2_seal5/architecture_model_builder.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

seal5/frontends/coredsl2_seal5/architecture_model_builder.py#L273

Whitespace before ':' (E203)

Check failure on line 295 in seal5/frontends/coredsl2_seal5/architecture_model_builder.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

seal5/frontends/coredsl2_seal5/architecture_model_builder.py#L295

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

Check failure on line 111 in seal5/frontends/coredsl2_seal5/behavior_model_builder.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

seal5/frontends/coredsl2_seal5/behavior_model_builder.py#L111

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

Check failure on line 112 in seal5/frontends/coredsl2_seal5/behavior_model_builder.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

seal5/frontends/coredsl2_seal5/behavior_model_builder.py#L112

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

Check failure on line 113 in seal5/frontends/coredsl2_seal5/behavior_model_builder.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

seal5/frontends/coredsl2_seal5/behavior_model_builder.py#L113

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

Check failure on line 340 in seal5/frontends/coredsl2_seal5/behavior_model_builder.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

seal5/frontends/coredsl2_seal5/behavior_model_builder.py#L340

Whitespace before ':' (E203)