-
Notifications
You must be signed in to change notification settings - Fork 0
/
jsonschema-gentypes.yaml
35 lines (31 loc) · 1.6 KB
/
jsonschema-gentypes.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# yaml-language-server: $schema=https://raw.githubusercontent.com/sbrunner/jsonschema-gentypes/1.8.1/jsonschema_gentypes/schema.json
headers: |
"""
Automatically generated file from a JSON schema.
"""
pre_commit:
enabled: true
hooks_skip:
- jsonschema-gentypes
arguments:
- --color=never
python_version: '3.11'
generate:
- source: github_app_geo_project/project-schema.json
destination: github_app_geo_project/project_configuration.py
- source: github_app_geo_project/application-schema.json
destination: github_app_geo_project/application_configuration.py
- source: github_app_geo_project/module/standard/changelog-schema.json
destination: github_app_geo_project/module/standard/changelog_configuration.py
- source: github_app_geo_project/module/standard/auto-schema.json
destination: github_app_geo_project/module/standard/auto_configuration.py
- source: github_app_geo_project/module/audit/schema.json
destination: github_app_geo_project/module/audit/configuration.py
- source: github_app_geo_project/module/pull_request/checks-schema.json
destination: github_app_geo_project/module/pull_request/checks_configuration.py
- source: github_app_geo_project/module/pull_request/links-schema.json
destination: github_app_geo_project/module/pull_request/links_configuration.py
- source: github_app_geo_project/module/delete_old_workflow_runs/schema.json
destination: github_app_geo_project/module/delete_old_workflow_runs/configuration.py
- source: github_app_geo_project/module/versions/schema.json
destination: github_app_geo_project/module/versions/configuration.py