Commit Graph

106 Commits

Author SHA1 Message Date
8b0d6d8778
Bump requirements.
It's hard to get a freezed set of dependencies working in all tested
versions, so I unpin them from tox.
2021-10-27 19:12:29 +02:00
cafe8f8630
Bump dev requirements. 2021-10-27 17:33:34 +02:00
6c8779826a
Pleases pylint and mypy. 2021-10-27 17:24:27 +02:00
1525acad68
docutils dropped the 'rawsource' attribute in 0.18. 2021-10-27 17:16:02 +02:00
Álvaro Mondéjar
23eb401584
Ignore deleted files using '--modified' option (#28) 2021-04-13 18:33:44 +02:00
d7468aacb1 Bump to v1.0.12. 2021-04-10 00:12:33 +02:00
Álvaro Mondéjar
d81c49221e
Add 'line_length_limit' configuration field to 'docutils.frontend.Values'. (#26) 2021-04-10 00:07:12 +02:00
3e4bb50687
Tox and github actions. (#24) 2020-11-23 14:26:34 +01:00
f7b61e04d0 Move from setup.py to setup.cfg. 2020-11-23 12:56:58 +01:00
Jules Lasne (jlasne)
a42de31a88
Added poutils section to README (#23) 2020-10-14 18:24:46 +02:00
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