Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(hugr-py): more ruff lints + fix some typos #1246

Merged
merged 3 commits into from
Jul 1, 2024

fix: fix some typos

5b53d26
Select commit
Loading
Failed to load commit list.
Merged

fix(hugr-py): more ruff lints + fix some typos #1246

fix: fix some typos
5b53d26
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Jul 1, 2024 in 0s

69.07% of diff hit (target 87.00%)

View this Pull Request on Codecov

69.07% of diff hit (target 87.00%)

Annotations

Check warning on line 15 in hugr-py/src/hugr/cfg.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

hugr-py/src/hugr/cfg.py#L14-L15

Added lines #L14 - L15 were not covered by tests

Check warning on line 39 in hugr-py/src/hugr/cfg.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

hugr-py/src/hugr/cfg.py#L39

Added line #L39 was not covered by tests

Check warning on line 13 in hugr-py/src/hugr/cond_loop.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

hugr-py/src/hugr/cond_loop.py#L12-L13

Added lines #L12 - L13 were not covered by tests

Check warning on line 41 in hugr-py/src/hugr/cond_loop.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

hugr-py/src/hugr/cond_loop.py#L40-L41

Added lines #L40 - L41 were not covered by tests

Check warning on line 91 in hugr-py/src/hugr/cond_loop.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

hugr-py/src/hugr/cond_loop.py#L90-L91

Added lines #L90 - L91 were not covered by tests

Check warning on line 28 in hugr-py/src/hugr/dfg.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

hugr-py/src/hugr/dfg.py#L28

Added line #L28 was not covered by tests

Check warning on line 32 in hugr-py/src/hugr/dfg.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

hugr-py/src/hugr/dfg.py#L32

Added line #L32 was not covered by tests

Check warning on line 214 in hugr-py/src/hugr/dfg.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

hugr-py/src/hugr/dfg.py#L213-L214

Added lines #L213 - L214 were not covered by tests

Check warning on line 228 in hugr-py/src/hugr/dfg.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

hugr-py/src/hugr/dfg.py#L227-L228

Added lines #L227 - L228 were not covered by tests

Check warning on line 11 in hugr-py/src/hugr/exceptions.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

hugr-py/src/hugr/exceptions.py#L11

Added line #L11 was not covered by tests

Check warning on line 24 in hugr-py/src/hugr/exceptions.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

hugr-py/src/hugr/exceptions.py#L24

Added line #L24 was not covered by tests

Check warning on line 13 in hugr-py/src/hugr/function.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

hugr-py/src/hugr/function.py#L13

Added line #L13 was not covered by tests

Check warning on line 15 in hugr-py/src/hugr/function.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

hugr-py/src/hugr/function.py#L15

Added line #L15 was not covered by tests

Check warning on line 24 in hugr-py/src/hugr/hugr.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

hugr-py/src/hugr/hugr.py#L24

Added line #L24 was not covered by tests

Check warning on line 277 in hugr-py/src/hugr/hugr.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

hugr-py/src/hugr/hugr.py#L277

Added line #L277 was not covered by tests

Check warning on line 17 in hugr-py/src/hugr/node_port.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

hugr-py/src/hugr/node_port.py#L17

Added line #L17 was not covered by tests

Check warning on line 99 in hugr-py/src/hugr/node_port.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

hugr-py/src/hugr/node_port.py#L98-L99

Added lines #L98 - L99 were not covered by tests

Check warning on line 13 in hugr-py/src/hugr/ops.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

hugr-py/src/hugr/ops.py#L13

Added line #L13 was not covered by tests

Check warning on line 15 in hugr-py/src/hugr/ops.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

hugr-py/src/hugr/ops.py#L15

Added line #L15 was not covered by tests

Check warning on line 630 in hugr-py/src/hugr/ops.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

hugr-py/src/hugr/ops.py#L629-L630

Added lines #L629 - L630 were not covered by tests

Check warning on line 43 in hugr-py/src/hugr/serialization/serial_hugr.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

hugr-py/src/hugr/serialization/serial_hugr.py#L43

Added line #L43 was not covered by tests

Check warning on line 24 in hugr-py/src/hugr/serialization/tys.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

hugr-py/src/hugr/serialization/tys.py#L24

Added line #L24 was not covered by tests