Skip to content

Commit 8d3de85

Browse files
author
Colin McNeil
committed
tee_sitter and pylint image updates
1 parent d3a5dc2 commit 8d3de85

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

prompts/pylint/020_user_prompt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11

2-
Lint python files in my project.
2+
Lint python files in my project using 'condensed' .
33

44
Report the response.

prompts/pylint/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
functions:
33
- name: pylint
44
description: Runs pylint against current project
5+
parameters:
6+
type: object
7+
properties:
8+
output_format:
9+
type: string
10+
description: The output level to use. `summary` | `json` | `condensed` | `complaints`
511
container:
612
image: vonwig/pylint:latest
713
---

0 commit comments

Comments
 (0)