Skip to content

Commit 573eb9e

Browse files
committed
Fix indentation
1 parent f2f7a2a commit 573eb9e

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

.overrides/faq.rst

+7-8
Original file line numberDiff line numberDiff line change
@@ -130,20 +130,19 @@ debes seguir estos pasos:
130130

131131
#. Instalar ``pre-commit``::
132132

133-
pip install pre-commit
133+
pip install pre-commit
134134

135135
#. Configurar ``pre-commit`` en el repositorio de ``python-docs-es``::
136136

137-
cd python-docs-es/
138-
pre-commit install
137+
cd python-docs-es/
138+
pre-commit install
139139

140140
#. Instalar ``hunspell``::
141141

142-
# Arch Linux
143-
yay -S hunspell-es_any
144-
145-
# Ubuntu Linux
146-
apt install hunspell-es
142+
# Arch Linux
143+
yay -S hunspell-es_any
144+
# Ubuntu Linux
145+
apt install hunspell-es
147146

148147
Luego, cada vez que realices un commit se ejecutará ``pre-commit`` y validará tus archivos.
149148

0 commit comments

Comments
 (0)