Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:27:33 +08:00
commit 3f48e3c361
5 changed files with 89 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "opinionated-python-hook",
"description": "Strict Python formatter hook",
"version": "0.1.0",
"author": {
"name": "ftnext",
"email": "zhongweili@tubi.tv"
},
"hooks": [
"./hooks"
]
}