Skip to content

Update imply_gate.py #9875

Update imply_gate.py

Update imply_gate.py #9875

Triggered via pull request October 1, 2024 18:46
Status Failure
Total duration 18s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Ruff: boolean_algebra/imply_gate.py#L1
boolean_algebra/imply_gate.py:1:7: SyntaxError: Simple statements must be separated by newlines or semicolons
Ruff (E703): boolean_algebra/imply_gate.py#L1
boolean_algebra/imply_gate.py:1:51: E703 Statement ends with an unnecessary semicolon
Ruff: boolean_algebra/imply_gate.py#L2
boolean_algebra/imply_gate.py:2:7: SyntaxError: Simple statements must be separated by newlines or semicolons
Ruff (E703): boolean_algebra/imply_gate.py#L2
boolean_algebra/imply_gate.py:2:36: E703 Statement ends with an unnecessary semicolon
Ruff: boolean_algebra/imply_gate.py#L3
boolean_algebra/imply_gate.py:3:7: SyntaxError: Simple statements must be separated by newlines or semicolons
Ruff (E703): boolean_algebra/imply_gate.py#L3
boolean_algebra/imply_gate.py:3:33: E703 Statement ends with an unnecessary semicolon
Ruff: boolean_algebra/imply_gate.py#L5
boolean_algebra/imply_gate.py:5:1: SyntaxError: Expected a statement
Ruff: boolean_algebra/imply_gate.py#L5
boolean_algebra/imply_gate.py:5:9: SyntaxError: Simple statements must be separated by newlines or semicolons
Ruff: boolean_algebra/imply_gate.py#L5
boolean_algebra/imply_gate.py:5:21: SyntaxError: Simple statements must be separated by newlines or semicolons
Ruff: boolean_algebra/imply_gate.py#L5
boolean_algebra/imply_gate.py:5:31: SyntaxError: Simple statements must be separated by newlines or semicolons