Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:52:38 +08:00
commit b8746636d1
4 changed files with 75 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"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"
]
}