Files
datamodel-code-generator/.pre-commit-hooks.yaml
Josh Dimarsky 9a6814fd6c Pre-commit-hooks (#1416)
* add pre-commit hook

* add pre-commit hook
2023-07-14 11:57:07 +09:00

8 lines
298 B
YAML

- id: datamodel-code-generator
name: datamodel-code-generator
description: "Pydantic model and dataclasses.dataclass generator for easy conversion of JSON, OpenAPI, JSON Schema, and YAML data sources"
entry: datamodel-codegen
language: python
require_serial: true
pass_filenames: false