We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2f7a2a commit 573eb9eCopy full SHA for 573eb9e
.overrides/faq.rst
@@ -130,20 +130,19 @@ debes seguir estos pasos:
130
131
#. Instalar ``pre-commit``::
132
133
- pip install pre-commit
+ pip install pre-commit
134
135
#. Configurar ``pre-commit`` en el repositorio de ``python-docs-es``::
136
137
- cd python-docs-es/
138
- pre-commit install
+ cd python-docs-es/
+ pre-commit install
139
140
#. Instalar ``hunspell``::
141
142
- # Arch Linux
143
- yay -S hunspell-es_any
144
-
145
- # Ubuntu Linux
146
- apt install hunspell-es
+ # Arch Linux
+ yay -S hunspell-es_any
+ # Ubuntu Linux
+ apt install hunspell-es
147
148
Luego, cada vez que realices un commit se ejecutará ``pre-commit`` y validará tus archivos.
149
0 commit comments