12 lines
218 B
JSON
12 lines
218 B
JSON
{
|
|
"lint": {
|
|
"path": "lint.py",
|
|
"script": "main",
|
|
"parser": "create_parser",
|
|
"help": "Run the lint",
|
|
"virtualenv": true,
|
|
"requirements": [
|
|
"../metadata/yaml/requirements.txt"
|
|
]
|
|
}
|
|
}
|