koxudaxi / datamodel-code-generator

Pydantic model and dataclasses.dataclass generator for easy conversion of JSON, OpenAPI, JSON Schema, and YAML data sources.
https://koxudaxi.github.io/datamodel-code-generator/
MIT License
2.43k stars 280 forks source link

Remove linters from package dependency #2010

Open PythonFZ opened 1 week ago

PythonFZ commented 1 week ago

Would it be possible to move the code formatting tools to a dedicated poetry group such as [tool.poetry.group.dev.dependencies] or are they required for the package to work?

https://github.com/koxudaxi/datamodel-code-generator/blob/28be37d7c2a0b0bce21b0719ffb732df36ebce74/pyproject.toml#L54-L55

koxudaxi commented 2 days ago

Required.

The generated code is formatted using these linter at the end of the code generation.