1
0
Fork 0
mirror of https://github.com/qurator-spk/dinglehopper.git synced 2025-06-09 03:40:12 +02:00
Commit graph

455 commits

Author SHA1 Message Date
0d5c6d5a62 ✔ Test on Python 3.13 2024-05-06 17:02:52 +02:00
e34adbf41c 🐛 Fix Python 3.12 support by requiring ocrd >= 2.65.0 2024-05-06 16:59:18 +02:00
58a688b175 ⚙ pre-commit: Update hooks 2024-05-06 16:57:53 +02:00
2383730a55 ✔ Test using empty files
Test edge cases + empty files, e.g. empty text content and a Unicode BOM character.

See also gh-79.
2024-04-08 20:33:03 +02:00
98d7928f45 ⚙ pre-commit: Update hooks 2024-04-08 20:27:47 +02:00
edabffec7e 🧹 tests: Move comment out of the code (bad style + weird formatting) 2024-04-04 19:46:08 +02:00
32d4037533 ⚙ cli: Annotate types in process_dir() 2024-04-04 19:38:27 +02:00
fe1a713d55 ⚙ pre-commit: Update hooks 2024-04-04 19:33:47 +02:00
be7c1dd25d 🧹 Make from_text_segment()'s textequiv_level keyword-only 2024-03-27 21:09:34 +01:00
932bfafc7d 🧹 Make process_dir() keyword arguments keyword-only 2024-03-27 19:44:09 +01:00
945aec5673 ✒ README-DEV: Releasing a new version 2024-03-27 19:01:49 +01:00
c29a80bc81 📦 v0.9.5 2024-03-27 18:49:13 +01:00
a1c1d0ad49 ⚙ pre-commit: Add mypy dependencies
Closes gh-106.
2024-03-27 18:32:49 +01:00
5d9f0c482f 🐛 Check that we always get a valid ALTO namespace (satifies mypy) 2024-03-27 17:57:53 +01:00
19d1a00817 🎨 Reformat (Black) 2024-03-27 17:36:05 +01:00
4dc6b7dc04 ⚙ pre-commit: Update hooks 2024-03-26 19:40:07 +01:00
6b3697c864 Merge branch 'master' of https://github.com/qurator-spk/dinglehopper 2024-03-26 19:35:08 +01:00
4d4ead4cc8 🐛 Fix word segmentation with uniseg 0.8.0 2024-03-26 19:34:22 +01:00
0e3d24cac1
🐛 README.md: Fix badge (for real) 2024-03-26 19:01:25 +01:00
4016c01638
🐛 README.md: Fix test badge 2024-03-26 18:58:56 +01:00
4b64398cec 🚧 GitLab CI Test: Depend on child pipeline 2024-01-12 16:38:27 +01:00
7e033b6f03 🚧 GitLab CI Test: Depend on child pipeline 2024-01-12 16:35:08 +01:00
250ee2b7f2 🚧 GitLab CI Test: Push after pulling 2024-01-12 16:26:55 +01:00
76c4533aa5 🚧 GitLab CI Test: Push after pulling 2024-01-12 16:25:52 +01:00
f8e31089b3 🚧 GitLab CI Test: Push after pulling 2024-01-12 16:17:38 +01:00
6cfb49fe39 🚧 GitLab CI Test: Push after pulling 2024-01-12 16:14:22 +01:00
5eba65f097 🚧 GitLab CI Test: Trigger only on default branch (and do not hardcode it) 2024-01-12 16:08:26 +01:00
83cef3106f 🚧 GitLab CI Test 2024-01-12 12:46:40 +01:00
a95a85a889 🚧 GitLab CI Test 2024-01-12 12:45:32 +01:00
ff34c65c1e 🔍 ruff: Remove ignore configuration, we use multimethods in a compatible way now 2024-01-12 12:42:40 +01:00
21c44d426e ⚙ pre-commit: Update hooks 2024-01-12 12:38:47 +01:00
10ccba989e 🚧 GitLab CI Test 2024-01-11 20:43:34 +01:00
10d423f045 🚧 GitLab CI Test 2024-01-11 20:41:11 +01:00
6d947a9ca9 🚧 GitLab CI Test 2024-01-11 20:37:41 +01:00
484da90d27 🚧 GitLab CI Test 2024-01-11 20:34:07 +01:00
d0ddfa68a1 🚧 GitLab CI Test 2024-01-11 20:25:00 +01:00
81391132f0 🚧 GitLab CI Test 2024-01-11 20:22:28 +01:00
dc390cd3f8 🚧 GitLab CI Test 2024-01-11 20:17:10 +01:00
c77e8f51ab 🚧 GitLab CI Test 2024-01-11 20:09:30 +01:00
e083688c66 🚧 GitLab CI Test 2024-01-11 20:01:56 +01:00
6d8afc27b3 🚧 GitLab CI Test 2024-01-11 19:51:18 +01:00
af83b35f23 🚧 GitLab CI Test 2024-01-11 19:18:35 +01:00
344f96dca9 🚧 GitLab CI Test 2024-01-11 18:09:29 +00:00
483e809691 🔍 mypy: Use an almost strict mypy configuration, and fix any issues 2024-01-10 19:12:07 +01:00
ad316aeabc 🔍 mypy: Use a compatible syntax for multimethod 2024-01-09 15:58:29 +01:00
8166435958 🔍 mypy: Remove ExtractedText.segments converter 2024-01-08 19:33:25 +01:00
24c25b6fcd 🔍 mypy: Avoid using check() for all attr validators 2024-01-08 19:30:20 +01:00
ac9d360dcd 🔍 mypy: Make cli.process() typed so mypy checks it (and issues no warning) 2024-01-08 19:04:36 +01:00
788868b2ac Merge branch 'pr103' 2024-01-08 17:59:12 +01:00
59a3882ce5 🧹 GitHub Actions: Clean up whitespace 2024-01-08 17:57:51 +01:00