Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:08:59 +08:00
commit 620c2e2e58
4 changed files with 77 additions and 0 deletions

View File

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