Files
starter-workflows/ci/properties/pylint.properties.json
T
dda42cb8f2 Addition to categories to python templates (#1088)
* 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]>
2021-09-15 20:04:06 +05:30

7 lines
161 B
JSON

{
"name": "Pylint",
"description": "Lint a Python application with pylint.",
"iconName": "python",
"categories": ["Python", "Bottle", "Flask"]
}