Skip to content

more linting and typing #81

more linting and typing

more linting and typing #81

This check has been archived and is scheduled for deletion. Learn more about checks retention
GitHub Actions / mypy completed Oct 18, 2023 in 1s

reviewdog [mypy] report

reported by reviewdog 🐶

Findings (6)

src/artisan.py|111 col 13| Statement is unreachable [unreachable]
src/artisan.py|113 col 13| Statement is unreachable [unreachable]
src/test/unitary/artisanlib/test_canvas.py|14 col 1| Function is missing a return type annotation [no-untyped-def]
src/test/unitary/artisanlib/test_canvas.py|31 col 1| Function is missing a return type annotation [no-untyped-def]
src/test/unitary/artisanlib/test_canvas.py|37 col 1| Function is missing a return type annotation [no-untyped-def]
src/test/unitary/artisanlib/test_canvas.py|43 col 1| Function is missing a return type annotation [no-untyped-def]

Filtered Findings (0)

Annotations

Check failure on line 111 in src/artisan.py

See this annotation in the file changed.

@github-actions github-actions / mypy

[mypy] src/artisan.py#L111

Statement is unreachable  [unreachable]
Raw output
/home/runner/work/artisan/artisan/src/artisan.py:111:13: error: Statement is unreachable  [unreachable]

Check failure on line 113 in src/artisan.py

See this annotation in the file changed.

@github-actions github-actions / mypy

[mypy] src/artisan.py#L113

Statement is unreachable  [unreachable]
Raw output
/home/runner/work/artisan/artisan/src/artisan.py:113:13: error: Statement is unreachable  [unreachable]

Check failure on line 14 in src/test/unitary/artisanlib/test_canvas.py

See this annotation in the file changed.

@github-actions github-actions / mypy

[mypy] src/test/unitary/artisanlib/test_canvas.py#L14

Function is missing a return type annotation  [no-untyped-def]
Raw output
/home/runner/work/artisan/artisan/src/test/unitary/artisanlib/test_canvas.py:14:1: error: Function is missing a return type annotation  [no-untyped-def]

Check failure on line 31 in src/test/unitary/artisanlib/test_canvas.py

See this annotation in the file changed.

@github-actions github-actions / mypy

[mypy] src/test/unitary/artisanlib/test_canvas.py#L31

Function is missing a return type annotation  [no-untyped-def]
Raw output
/home/runner/work/artisan/artisan/src/test/unitary/artisanlib/test_canvas.py:31:1: error: Function is missing a return type annotation  [no-untyped-def]

Check failure on line 37 in src/test/unitary/artisanlib/test_canvas.py

See this annotation in the file changed.

@github-actions github-actions / mypy

[mypy] src/test/unitary/artisanlib/test_canvas.py#L37

Function is missing a return type annotation  [no-untyped-def]
Raw output
/home/runner/work/artisan/artisan/src/test/unitary/artisanlib/test_canvas.py:37:1: error: Function is missing a return type annotation  [no-untyped-def]

Check failure on line 43 in src/test/unitary/artisanlib/test_canvas.py

See this annotation in the file changed.

@github-actions github-actions / mypy

[mypy] src/test/unitary/artisanlib/test_canvas.py#L43

Function is missing a return type annotation  [no-untyped-def]
Raw output
/home/runner/work/artisan/artisan/src/test/unitary/artisanlib/test_canvas.py:43:1: error: Function is missing a return type annotation  [no-untyped-def]