Skip to content

Commit 37591b7

Browse files
authored
Patch/pre commit config (#10)
* fixed pre commit config and removed end of file line breaks in tempaltes * added /
1 parent ba39fd6 commit 37591b7

8 files changed

+7
-6
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: []
23.6 KB
Binary file not shown.

dist/promptolution-0.1.1.tar.gz

16.2 KB
Binary file not shown.

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
site_name: Promptolution Documentation
22
site_url: https://finitearth.github.io/promptolution/
3-
repo_url: https://github.com/finitearth/promptolution
3+
repo_url: https://github.com/finitearth/promptolution/
44
remote_branch: docs
55

66
theme:

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)