mirror of
https://github.com/koxudaxi/datamodel-code-generator.git
synced 2024-03-18 14:54:37 +03:00
12 lines
318 B
YAML
12 lines
318 B
YAML
repos:
|
|
- repo: https://github.com/astral-sh/ruff-pre-commit
|
|
rev: 'v0.1.5'
|
|
hooks:
|
|
- id: ruff
|
|
files: "^datamodel_code_generator|^tests"
|
|
exclude: "^tests/data"
|
|
args: [ --fix ]
|
|
- id: ruff-format
|
|
files: "^datamodel_code_generator|^tests"
|
|
exclude: "^tests/data"
|