File: pyproject.toml

package info (click to toggle)
python-datamodel-code-generator 0.35.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,408 kB
  • sloc: python: 19,888; makefile: 15
file content (16 lines) | stat: -rw-r--r-- 408 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[tool.black]
skip-string-normalization = false
line-length = 30

[tool.datamodel-codegen]
input = "INPUT_PATH"
output = "OUTPUT_PATH"
input_file_type = 'openapi'
validation = true
field-constraints = true
snake-case-field = true
strip-default-none = true
target-python-version = "3.9"
aliases = "ALIASES_PATH"
extra-template-data = "EXTRA_TEMPLATE_DATA_PATH"
custom-template-dir = "CUSTOM_TEMPLATE_DIR_PATH"