gb-libs / pydantic-geojson

Pydantic validation for GeoJson
MIT License
25 stars 6 forks source link

Change mypy from release to developement depmendency #25

Open josteinl opened 1 year ago

josteinl commented 1 year ago

I see that mypy is listed as a dependency in the pyproject.toml

[tool.poetry.dependencies]
mypy = "^1.4.1"  # <-- Suggest moving to dev.dependencies

[tool.poetry.group.dev.dependencies]
mypy = "*"  # <-- Suggest moving mypy here

Also, suggest moving everything from the section [tool.poetry.dev-dependencies] to [tool.poetry.group.dev.dependencies].

If you want a PR, please let me know.

I have not checked if you actually use mypy in your code.

folt commented 12 months ago

Great point, feel free to contribute