Skip to content

Commit c43292f

Browse files
committed
fixed pre commit config and removed end of file line breaks in tempaltes
1 parent eb20e60 commit c43292f

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
fail_fast: true
2+
exclude: '^(?!promptolution/).*$'
23
repos:
34
- repo: https://github.com/gitleaks/gitleaks
45
rev: v8.18.2
@@ -45,4 +46,4 @@ repos:
4546
hooks:
4647
- id: conventional-pre-commit
4748
stages: [commit-msg]
48-
args: []
49+
args: []

templates/evoprompt_de_template.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ Prompt 2: <prompt2>
2323
3. Crossover the different parts with the following Prompt 3 and generate a final prompt bracketed with <prompt> and </prompt>:
2424
Prompt 3: <prompt0>
2525

26-
1.
26+
1.

templates/evoprompt_de_template_task_desc.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ Prompt 2: <prompt2>
2323
3. Crossover the different parts with the following Prompt 3 and generate a final prompt bracketed with <prompt> and </prompt>:
2424
Prompt 3: <prompt0>
2525

26-
1.
26+
1.

templates/evoprompt_ga_template.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ Prompt 1: <prompt1>
1313
Prompt 2: <prompt2>
1414
2. Mutate the prompt generated in Step 1 and generate a final prompt bracketed with <prompt> and </prompt>.
1515

16-
1.
16+
1.

templates/evoprompt_ga_template_task_desc.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ Prompt 1: <prompt1>
1313
Prompt 2: <prompt2>
1414
2. Mutate the prompt generated in Step 1 and generate a final prompt bracketed with <prompt> and </prompt>.
1515

16-
1.
16+
1.

0 commit comments

Comments
 (0)