A developer container allows you to set-up up a reproducible environment for devs. It allows them to, quite literally, jump onto a project and start coding, writing and running tests, linting, and formatting correctly in a couple minutes or less.
An existing configuration was already created for this project, which can be found at this closed PR:
A developer container allows you to set-up up a reproducible environment for devs. It allows them to, quite literally, jump onto a project and start coding, writing and running tests, linting, and formatting correctly in a couple minutes or less.
An existing configuration was already created for this project, which can be found at this closed PR:
https://github.com/pydantic/pydantic-extra-types/pull/27