We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3a5dc2 commit 8d3de85Copy full SHA for 8d3de85
prompts/pylint/020_user_prompt.md
@@ -1,4 +1,4 @@
1
2
-Lint python files in my project.
+Lint python files in my project using 'condensed' .
3
4
Report the response.
prompts/pylint/README.md
@@ -2,6 +2,12 @@
functions:
- name: pylint
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`
11
container:
12
image: vonwig/pylint:latest
13
---
0 commit comments