Skip to content

Workflow file includes new kenrcraft branch. Also changed checks for …

Sign in for the full log view
This check has been archived and is scheduled for deletion. Learn more about checks retention
GitHub Actions / Flake8 failed Dec 10, 2023 in 0s

15 errors

Flake8 found 15 errors

Annotations

Check failure on line 71 in osaca/db_interface.py

@github-actions github-actions / Flake8

osaca/db_interface.py#L71

Blank line contains whitespace (W293)

Check failure on line 151 in osaca/db_interface.py

@github-actions github-actions / Flake8

osaca/db_interface.py#L151

Missing whitespace after ',' (E231)

Check failure on line 151 in osaca/db_interface.py

@github-actions github-actions / Flake8

osaca/db_interface.py#L151

Missing whitespace after ',' (E231)

Check failure on line 152 in osaca/db_interface.py

@github-actions github-actions / Flake8

osaca/db_interface.py#L152

Missing whitespace after ',' (E231)

Check failure on line 177 in osaca/db_interface.py

@github-actions github-actions / Flake8

osaca/db_interface.py#L177

Missing whitespace after ',' (E231)

Check failure on line 177 in osaca/db_interface.py

@github-actions github-actions / Flake8

osaca/db_interface.py#L177

Missing whitespace after ',' (E231)

Check failure on line 177 in osaca/db_interface.py

@github-actions github-actions / Flake8

osaca/db_interface.py#L177

Missing whitespace after ',' (E231)

Check failure on line 177 in osaca/db_interface.py

@github-actions github-actions / Flake8

osaca/db_interface.py#L177

Missing whitespace after ',' (E231)

Check failure on line 634 in osaca/parser/parser_AArch64.py

@github-actions github-actions / Flake8

osaca/parser/parser_AArch64.py#L634

Block comment should start with '# ' (E265)

Check failure on line 377 in osaca/parser/parser_x86att.py

@github-actions github-actions / Flake8

osaca/parser/parser_x86att.py#L377

Blank line contains whitespace (W293)

Check failure on line 9 in osaca/semantics/hw_model.py

@github-actions github-actions / Flake8

osaca/semantics/hw_model.py#L9

'copy.deepcopy' imported but unused (F401)

Check failure on line 16 in osaca/semantics/hw_model.py

@github-actions github-actions / Flake8

osaca/semantics/hw_model.py#L16

'ruamel.yaml.compat.StringIO' imported but unused (F401)

Check failure on line 206 in osaca/semantics/hw_model.py

@github-actions github-actions / Flake8

osaca/semantics/hw_model.py#L206

Missing whitespace after ',' (E231)

Check failure on line 228 in osaca/semantics/isa_semantics.py

@github-actions github-actions / Flake8

osaca/semantics/isa_semantics.py#L228

Blank line contains whitespace (W293)

Check failure on line 234 in tests/test_cli.py

@github-actions github-actions / Flake8

tests/test_cli.py#L234

Too many blank lines (2) (E303)