🔧 chore(playbook): add Claude Code skills guide and align python templates

This commit is contained in:
csh
2025-12-17 14:01:16 +08:00
parent e504a689dc
commit cf9f80da80
5 changed files with 211 additions and 5 deletions
+1 -2
View File
@@ -8,7 +8,7 @@ repos:
- id: check-toml
- repo: https://github.com/psf/black
rev: 23.3.0
rev: 24.10.0
hooks:
- id: black
args: ["--line-length", "80"]
@@ -22,4 +22,3 @@ repos:
rev: 6.0.0
hooks:
- id: flake8
-1
View File
@@ -11,4 +11,3 @@
"python.analysis.autoImportCompletions": true,
"python.formatting.provider": "none"
}
-1
View File
@@ -48,4 +48,3 @@ markers = [
"slow: marks tests as slow",
"integration: marks tests as integration tests",
]