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

Switch to RomFS mode #356

Merged
merged 2 commits into from
May 22, 2024

Merge branch 'main' into what-am-i-doing

d53ffe1
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Switch to RomFS mode #356

Merge branch 'main' into what-am-i-doing
d53ffe1
Select commit
Loading
Failed to load commit list.
GitHub Actions / mypy succeeded May 22, 2024 in 1s

reviewdog [mypy] report

reported by reviewdog 🐶

Findings (0)
Filtered 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