forked from br-openinsurance/Conformance
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.pre-commit-config.yaml
17 lines (17 loc) · 1.31 KB
/
.pre-commit-config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
repos:
- repo: local
hooks:
- id: check-file-names
name: Check File Names
language: python
entry: python -m scripts.check-file-names
args: [acceptance-and-branches-abroad_1.0, acceptance-and-branches-abroad_1.2, acceptance-and-branches-abroad_1.3, business_1.0, business_1.3, claim-notification_1.2, consents_1.0, consents_2.2, consents_2.3, customers-business_1.4, customers-personal_1.4, endorsement_1.1, financial-risk_1.0, financial-risk_1.2, financial-risk_1.3, patrimonial_1.0, patrimonial_1.3, personal_1.0, personal_1.3, resources_1.0, resources_1.2, resources_2.3, responsibility_1.0, responsibility_1.2, responsibility_1.3, auto_1.3, rural_1.3, transport_1.2]
exclude: ".*"
always_run: true
- id: check-json-files
name: Check Json Files
language: python
entry: python -m scripts.check-json-files
args: [acceptance-and-branches-abroad_1.2, acceptance-and-branches-abroad_1.3, business_1.3, claim-notification_1.2, consents_2.2, consents_2.3, customers-business_1.4, customers-personal_1.4, endorsement_1.1, financial-risk_1.2, financial-risk_1.3, patrimonial_1.3, personal_1.3, resources_1.2, resources_2.3, responsibility_1.2, responsibility_1.3, auto_1.3, rural_1.3, transport_1.2]
exclude: ".*"
always_run: true