Skip to content

Merge pull request #436 from randovania/revert-cache #1394

Merge pull request #436 from randovania/revert-cache

Merge pull request #436 from randovania/revert-cache #1394

GitHub Actions / mypy failed Jul 29, 2024 in 0s

reviewdog [mypy] report

reported by reviewdog 🐶

Findings (3)

src/open_samus_returns_rando/init.py|| Duplicate module named "open_samus_returns_rando" (also at "./build/lib/open_samus_returns_rando/init.py")
src/open_samus_returns_rando/init.py|| See https://mypy.readthedocs.io/en/stable/running_mypy.html#mapping-file-paths-to-modules for more info
src/open_samus_returns_rando/init.py|| Common resolutions include: a) using --exclude to avoid checking one of them, b) adding __init__.py somewhere, c) using --explicit-package-bases or adjusting MYPYPATH

Filtered Findings (0)

Annotations

Check failure on line 0 in src/open_samus_returns_rando/__init__.py

See this annotation in the file changed.

@github-actions github-actions / mypy

[mypy] src/open_samus_returns_rando/__init__.py

Duplicate module named "open_samus_returns_rando" (also at "./build/lib/open_samus_returns_rando/__init__.py")
Raw output
/home/runner/work/open-samus-returns-rando/open-samus-returns-rando/src/open_samus_returns_rando/__init__.py: error: Duplicate module named "open_samus_returns_rando" (also at "./build/lib/open_samus_returns_rando/__init__.py")

Check notice on line 0 in src/open_samus_returns_rando/__init__.py

See this annotation in the file changed.

@github-actions github-actions / mypy

[mypy] src/open_samus_returns_rando/__init__.py

See https://mypy.readthedocs.io/en/stable/running_mypy.html#mapping-file-paths-to-modules for more info
Raw output
/home/runner/work/open-samus-returns-rando/open-samus-returns-rando/src/open_samus_returns_rando/__init__.py: note: See https://mypy.readthedocs.io/en/stable/running_mypy.html#mapping-file-paths-to-modules for more info

Check notice on line 0 in src/open_samus_returns_rando/__init__.py

See this annotation in the file changed.

@github-actions github-actions / mypy

[mypy] src/open_samus_returns_rando/__init__.py

Common resolutions include: a) using `--exclude` to avoid checking one of them, b) adding `__init__.py` somewhere, c) using `--explicit-package-bases` or adjusting MYPYPATH
Raw output
/home/runner/work/open-samus-returns-rando/open-samus-returns-rando/src/open_samus_returns_rando/__init__.py: note: Common resolutions include: a) using `--exclude` to avoid checking one of them, b) adding `__init__.py` somewhere, c) using `--explicit-package-bases` or adjusting MYPYPATH