Commit Graph

96 Commits

Author SHA1 Message Date
48c9a75b68 Bump version: 1.0.10 → 1.0.11 2020-10-14 00:57:39 +02:00
bdf4a08c5b Handle file opening errors. Closes #18.
Co-authored-by: Christophe Nanteuil <christophe.nanteuil@gmail.com>
2020-10-14 00:56:44 +02:00
12fa573c1d Bump version: 1.0.9 → 1.0.10 2020-10-14 00:22:40 +02:00
e9bdc84721 FIX: Sync error due to line seen as commented by hunspell. 2020-10-14 00:22:26 +02:00
102461256b Bump version: 1.0.8 → 1.0.9 2020-10-12 18:09:30 +02:00
f5d70f6ed5 Using hunspell -a instead of hunspell -l to ensure we report the error at the right line. 2020-10-12 18:09:26 +02:00
f7be80e6a6 Avoid regression on issue 21. 2020-10-12 14:42:33 +02:00
c9cb2a609c Bump version: 1.0.7 → 1.0.8 2020-10-12 14:40:02 +02:00
a90a05981f Missing sphinx option. 2020-10-12 14:39:47 +02:00
96622bfc19 Bump version: 1.0.6 → 1.0.7 2020-10-11 23:02:26 +02:00
5db3a839cb Faster implementation (~twice faster on python-docs-fr). 2020-10-11 23:00:30 +02:00
60730425d8 Thanks bumpversion. 2020-10-11 21:28:00 +02:00
fc0e5067fd Bump version: 1.0.5 → 1.0.6a1 2020-10-11 16:08:06 +02:00
e7bc8f86ee Fix compounding error causing false negatives, hope it won't raise false positives. 2020-10-11 16:04:32 +02:00
863b7a4bd6 Bump black. 2020-10-11 15:33:09 +02:00
2cf0f4f8b4 Publish a changelog. 2020-07-01 17:50:12 +02:00
680433adfd Bump version: 1.0.4 → 1.0.5 2020-07-01 17:38:42 +02:00
f90ac406af
Use hunspell -l instead of hunspell -u3. Fixes #12 (#16) 2020-07-01 17:35:13 +02:00
9c93c50106 Add a github sponsor button. 2020-06-28 11:27:35 +02:00
cd30daa4de Bump version: 1.0.3 → 1.0.4 2020-06-28 11:14:31 +02:00
7f9a3fd980 Avoid glueing words together. Fixes #15 2020-06-28 11:13:45 +02:00
Manuel Kaufmann
e216d5638b
Add pre-commit hook (#14) 2020-05-22 17:48:57 +02:00
37929b8668
Gracefull handling of missing dicts. (#11) 2019-12-10 15:10:17 +01:00
a155417d9b
Merge pull request #10 from xi/variable-types
allow full list of conversion types in printf-style variables
2019-11-18 22:32:43 +01:00
Tobias Bengfort
66fc558933 allow full list of conversion types in printf-style variables
See https://docs.python.org/3/library/stdtypes.html#old-string-formatting
2019-11-18 09:52:00 +01:00
4fa26a6e56
Merge pull request #9 from xi/variable-underscore
allow underscors in variables
2019-11-18 07:24:34 +01:00
Tobias Bengfort
aa5bfee35d allow underscors in variables 2019-11-16 14:47:22 +01:00
b3ec58b63d Trust hunspell to print missing dictionaries on stderr. 2019-11-14 23:30:52 +01:00
e3eeb9cc69 FIX test. 2019-10-20 23:15:42 +02:00
cdb9ce15ea Drop duplicated test. 2019-10-20 23:14:57 +02:00
190a689b1f Bump version: 1.0.2 → 1.0.3 2019-10-17 09:46:30 +02:00
df6f43a3cc
Merge pull request #5 from xi/drop-shy
drop soft hyphens
2019-10-17 09:46:14 +02:00
55fe08ab0d Bump version: 1.0.1 → 1.0.2 2019-10-16 17:51:57 +02:00
8d0ec4e5ae Also drop .1 in POSIX.1. 2019-10-16 17:51:50 +02:00
5ad52f275d Bump version: 1.0.0 → 1.0.1 2019-10-16 17:33:33 +02:00
3e4f825515 Correctly drop prefixes of accronyms. 2019-10-16 17:32:30 +02:00
4a3abc4ad5 FIX: Regression in dropping plural accronyms like PEPs. 2019-10-16 17:27:03 +02:00
6d944a47fb Bump version: 0.3.10 → 1.0.0 2019-10-16 17:04:15 +02:00
aa7da200da FIX: ignore lone dashes. 2019-10-16 17:03:15 +02:00
901e8128f5 Add default values for capitalized words droppings, and add --no-drop-capitalized. 2019-10-16 16:57:03 +02:00
9e05f6aefb
Merge pull request #6 from xi/dont-drop-capital
don't drop capitalized words
2019-10-16 16:34:19 +02:00
Tobias Bengfort
d077fcfc67 add --keep-capitalized argument 2019-10-09 13:07:09 +02:00
Tobias Bengfort
d724492c72 make dropping capitalized words optional 2019-10-09 13:06:45 +02:00
Tobias Bengfort
7c4d31337b Revert "don't drop capitalized words"
This reverts commit 6ea9b78912.
2019-10-09 10:57:38 +02:00
Tobias Bengfort
51b6d6f4aa drop soft hyphens fixes #4 2019-10-09 10:56:05 +02:00
Tobias Bengfort
6ea9b78912 don't drop capitalized words
In english capitalized words are only used on the beginning of a
sentence or for proper nouns. This is not the case for many other
languages, e.g. german.
2019-09-30 13:49:50 +02:00
7c95b3756f Bump version: 0.3.9 → 0.3.10 2019-09-16 11:09:24 +02:00
10bfe72a5e FIX: Double spaces were breaking start-of-sentence detection. 2019-09-16 10:44:18 +02:00
b66ad5d2b9 Bump version: 0.3.8 → 0.3.9 2019-08-20 17:34:34 +02:00
097614ed7f Allow versions like 1.6a1 (found on docs.python.org). 2019-08-20 17:34:30 +02:00