mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-06-11 18:53:11 +08:00
docs: add Spanish (es) translation (#2095)
Adds a complete Spanish translation of the ECC documentation under docs/es/, mirroring the Turkish (docs/tr/) translation in scope. 141 files covering agents, commands, rules, skills, contexts, examples, and core docs. Updates root README.md with the Spanish language link. Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
committed by
GitHub
parent
28b78dd7bf
commit
ac0f11c640
19
docs/es/rules/python/hooks.md
Normal file
19
docs/es/rules/python/hooks.md
Normal file
@@ -0,0 +1,19 @@
|
||||
---
|
||||
paths:
|
||||
- "**/*.py"
|
||||
- "**/*.pyi"
|
||||
---
|
||||
# Hooks de Python
|
||||
|
||||
> Este archivo extiende [common/hooks.md](../common/hooks.md) con contenido específico de Python.
|
||||
|
||||
## Hooks PostToolUse
|
||||
|
||||
Configurar en `~/.claude/settings.json`:
|
||||
|
||||
- **black/ruff**: Auto-formatear archivos `.py` después de editar
|
||||
- **mypy/pyright**: Ejecutar verificación de tipos después de editar archivos `.py`
|
||||
|
||||
## Advertencias
|
||||
|
||||
- Advertir sobre sentencias `print()` en los archivos editados (usar el módulo `logging` en su lugar)
|
||||
Reference in New Issue
Block a user