12 lines
269 B
JSON
12 lines
269 B
JSON
{
|
|
"name": "python-formatter-black",
|
|
"description": "Automatically format Python files with Black after Write/Edit/MultiEdit operations",
|
|
"version": "1.0.1",
|
|
"author": {
|
|
"name": "robbyt",
|
|
"email": "robbyt@robbyt.net"
|
|
},
|
|
"hooks": [
|
|
"./hooks"
|
|
]
|
|
} |