Skip to content
GitHub Actions / Flake8 failed Mar 25, 2024 in 0s

15 errors

Flake8 found 15 errors

Annotations

Check failure on line 13 in osaca/db_interface.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

osaca/db_interface.py#L13

'osaca.parser.memory.MemoryOperand' imported but unused (F401)

Check failure on line 15 in osaca/db_interface.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

osaca/db_interface.py#L15

'osaca.parser.immediate.ImmediateOperand' imported but unused (F401)

Check failure on line 40 in osaca/parser/immediate.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

osaca/parser/immediate.py#L40

Undefined name 'imd_type' (F821)

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

See this annotation in the file changed.

@github-actions github-actions / Flake8

osaca/parser/parser_AArch64.py#L15

'osaca.parser.flag.FlagOperand' imported but unused (F401)

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

See this annotation in the file changed.

@github-actions github-actions / Flake8

osaca/parser/parser_x86att.py#L10

'osaca.parser.operand.Operand' imported but unused (F401)

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

See this annotation in the file changed.

@github-actions github-actions / Flake8

osaca/parser/parser_x86att.py#L17

'osaca.parser.flag.FlagOperand' imported but unused (F401)

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

See this annotation in the file changed.

@github-actions github-actions / Flake8

osaca/semantics/hw_model.py#L14

'copy.deepcopy' imported but unused (F401)

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

See this annotation in the file changed.

@github-actions github-actions / Flake8

osaca/semantics/hw_model.py#L264

Continuation line missing indentation or outdented (E122)

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

See this annotation in the file changed.

@github-actions github-actions / Flake8

osaca/semantics/hw_model.py#L265

Continuation line missing indentation or outdented (E122)

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

See this annotation in the file changed.

@github-actions github-actions / Flake8

osaca/semantics/hw_model.py#L266

Continuation line missing indentation or outdented (E122)

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

See this annotation in the file changed.

@github-actions github-actions / Flake8

osaca/semantics/hw_model.py#L267

Continuation line missing indentation or outdented (E122)

Check failure on line 15 in osaca/semantics/kernel_dg.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

osaca/semantics/kernel_dg.py#L15

'osaca.parser.operand.Operand' imported but unused (F401)

Check failure on line 10 in tests/test_db_interface.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

tests/test_db_interface.py#L10

'osaca.db_interface._get_full_instruction_name' imported but unused (F401)

Check failure on line 237 in tests/test_parser_AArch64.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

tests/test_parser_AArch64.py#L237

Missing whitespace after ',' (E231)

Check failure on line 237 in tests/test_parser_AArch64.py

See this annotation in the file changed.

@github-actions github-actions / Flake8

tests/test_parser_AArch64.py#L237

Missing whitespace after ',' (E231)