pydantic / pydantic-extra-types

Extra Pydantic types.
MIT License
195 stars 51 forks source link

Add a developer container configuration #28

Closed JamesHutchison closed 1 year ago

JamesHutchison commented 1 year ago

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

dmontagu commented 1 year ago

@JamesHutchison I would suggest creating this issue on the https://github.com/pydantic/pydantic repo, which will get a lot more visibility

JamesHutchison commented 1 year ago

Created https://github.com/pydantic/pydantic/issues/5437

yezz123 commented 1 year ago

Close this in favor of this one #27