Closed micimize closed 2 years ago
@pseudo-rnd-thoughts ok – I've added an --add-import
to isort
along with autoflake
to remove the leftover imports, and changed the ordering to reduce the need for re-running pre-commit
(pyupgrade
removes need for imports, removing imports effects isort ordering)
I have only really just started using it for my project – some details here: https://github.com/Farama-Foundation/Minigrid/issues/168#issuecomment-1307849050. But would be happy to join the discord – can you resend an invite? It became invalid when discord tried to make me a new account :/
Thanks for the changes, here is a new link https://discord.gg/N8CwYyGt Could you revert the setup name then we can merge
Description
MinigridEnv
api and elsewhere.py.typed
marker so that tooling like mypy will know to use minigrid's type annotations.setup.py
tominigrid
I did not find a
CONTRIBUTING.md
but didpre-commit
and ensured all tests pass.Type of change
Please delete options that are not relevant.
Checklist:
pre-commit
checks withpre-commit run --all-files