12 lines
283 B
JSON
12 lines
283 B
JSON
{
|
|
"name": "python-lint",
|
|
"description": "Automatically lint, format, and type-check Python files with ruff and pyright",
|
|
"version": "2.0.0",
|
|
"author": {
|
|
"name": "Cheolwan Park",
|
|
"url": "https://github.com/cheolwanpark"
|
|
},
|
|
"hooks": [
|
|
"./hooks/hooks.json"
|
|
]
|
|
} |