Skip to content

Commit 231d821

Browse files
committed
add LLM prompts
2 parents 7796dad + 5e96c66 commit 231d821

7 files changed

Lines changed: 894 additions & 10 deletions

File tree

.pre-commit-config.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repos:
1515
#########################################
1616
- repo: https://github.com/pre-commit/pre-commit-hooks
1717
# Standard collection of pre-commit hooks for various checks
18-
rev: v5.0.0
18+
rev: v6.0.0
1919
hooks:
2020
- id: trailing-whitespace
2121
name: "✂️ whitespace · Remove trailing whitespace"
@@ -84,7 +84,7 @@ repos:
8484
#########################################
8585
- repo: https://github.com/astral-sh/ruff-pre-commit
8686
# Ruff is a fast Python linter and formatter written in Rust
87-
rev: v0.11.2
87+
rev: v0.14.8
8888
hooks:
8989
- id: ruff
9090
name: "🐍 python · Format with Ruff"
@@ -99,7 +99,7 @@ repos:
9999
#########################################
100100
- repo: https://github.com/asottile/pyupgrade
101101
# Automatically upgrades Python syntax to newer versions
102-
rev: v3.19.1
102+
rev: v3.21.2
103103
hooks:
104104
- id: pyupgrade
105105
name: "🔄 python · Upgrade Python syntax"
@@ -108,7 +108,7 @@ repos:
108108

109109
- repo: https://github.com/asottile/add-trailing-comma
110110
# Adds trailing commas to function calls and definitions
111-
rev: v3.1.0
111+
rev: v4.0.0
112112
hooks:
113113
- id: add-trailing-comma
114114
name: "🔤 python · Add trailing commas"
@@ -118,7 +118,7 @@ repos:
118118
# API Documentation Validation
119119
#########################################
120120
- repo: https://github.com/python-openapi/openapi-spec-validator
121-
rev: 0.7.1
121+
rev: 0.8.0b1
122122
hooks:
123123
- id: openapi-spec-validator
124124
name: "📝 api · Validate OpenAPI Spec"
@@ -141,7 +141,7 @@ repos:
141141
#########################################
142142
- repo: https://github.com/hukkin/mdformat
143143
# Markdown formatter for consistent documents
144-
rev: 0.7.22
144+
rev: 1.0.0
145145
hooks:
146146
- id: mdformat
147147
name: "📝 markdown · Format markdown"
@@ -180,7 +180,7 @@ repos:
180180

181181
#########################################
182182
- repo: https://github.com/DavidAnson/markdownlint-cli2
183-
rev: v0.17.2
183+
rev: v0.20.0
184184
hooks:
185185
- id: markdownlint-cli2
186186
name: "📝 markdown · Lint markdown with markdownlint"
@@ -192,7 +192,7 @@ repos:
192192
# YAML File Validation
193193
#########################################
194194
- repo: https://github.com/adrienverge/yamllint.git
195-
rev: v1.37.0
195+
rev: v1.37.1
196196
hooks:
197197
- id: yamllint
198198
name: "📋 yaml · Lint YAML files with yamllint"
@@ -233,7 +233,7 @@ repos:
233233
# Scanning Hardcoded Secrets
234234
#########################################
235235
- repo: https://github.com/gitleaks/gitleaks
236-
rev: v8.24.2
236+
rev: v8.30.0
237237
hooks:
238238
- id: gitleaks
239239
name: "🔒 security · Scan for hardcoded secrets"

docs/architecture/adr-template.md

Whitespace-only changes.

0 commit comments

Comments
 (0)