* addition to categories for python-app template * adding categories to pylint template * adding categories to python-package template Co-authored-by: Ashwin Sangem <[email protected]>
7 lines
161 B
JSON
7 lines
161 B
JSON
{
|
|
"name": "Pylint",
|
|
"description": "Lint a Python application with pylint.",
|
|
"iconName": "python",
|
|
"categories": ["Python", "Bottle", "Flask"]
|
|
}
|