Skip to content

Commit ef7f881

Browse files
rtobarcmaureir
authored andcommitted
Actualiza versión mínima requerida de pospell (#1666)
* Actualiza versión mínima requerida de pospell * Utiliza la última versión de pospell en pre-commit La versión 1.1 trae consigo mejoras de rendimiento y corrige una falla en el manejo de las opciones de línea de comando.
1 parent 7257ee7 commit ef7f881

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repos:
1111
language: python
1212
# This one requires package ``hunspell-es_es`` in Archlinux
1313
- repo: https://github.com/AFPy/pospell
14-
rev: v1.0.13
14+
rev: v1.1
1515
hooks:
1616
- id: pospell
1717
args: ['--personal-dict', 'dict.txt', '--language', 'es_ES', '--language', 'es_AR']

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ pip==21.1
22
Sphinx==3.2.1
33
blurb
44
polib
5-
pospell==1.0.12
5+
pospell>=1.1
66
potodo
77
powrap
88
python-docs-theme

0 commit comments

Comments
 (0)