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

18 commits

Author SHA1 Message Date
Robert Sachunsky
a24623b966 re-allow py38 2025-04-17 16:47:13 +02:00
f6dfb77f94 🐛 pyproject.toml: Fix description 2025-04-17 08:51:32 +02:00
d3aa9eb520 ⚙ liccheck: update permissable licenses (mit-cmu, psf 2.0, iscl) 2025-04-16 11:09:33 +02:00
ce7886af23 ⚙ pyproject.toml: Update supported Python version 2025-04-16 10:57:10 +02:00
joschrew
9c7c104dce Add Dockerfile and Makefile to create ocr-d image 2024-10-02 15:29:36 +02:00
3233dbcc8f ✔ pre-commit: Add license check 2024-07-22 16:54:33 +02:00
27ad145c7e ⚙ pyproject.toml: Add license.file 2024-07-19 09:58:01 +02:00
cf998443c1 ⚙ ruff: Update settings (select → lint.select) 2024-07-11 17:15:24 +02:00
ff34c65c1e 🔍 ruff: Remove ignore configuration, we use multimethods in a compatible way now 2024-01-12 12:42:40 +01:00
483e809691 🔍 mypy: Use an almost strict mypy configuration, and fix any issues 2024-01-10 19:12:07 +01:00
7a192880f1 ⬆ Move on to supporting Python >= 3.8 only 2024-01-03 20:58:24 +01:00
9594b4c9d2 🧹 pyproject: Remove extra *.json 2023-08-11 20:04:35 +02:00
bc6754d0cb ⚙ ruff: Ignore F811 (no redefinitions) for now, as ruff considers the multimethods redefinitions 2023-08-03 19:53:29 +02:00
32bd1896e0 🛠 Replace flake8 + pylint with ruff
As ruff is a lot faster than the other options, use this for code style checks etc. This
change also removes setup.cfg (See also: gh-85).
2023-08-03 19:03:52 +02:00
e8e58e76c4 ⚙ Move mypy settings to pyproject.toml 2023-08-03 18:35:25 +02:00
84a05170ba ⚙ pytest.ini → pyproject.toml 2023-08-03 18:06:13 +02:00
325e5af5f5 🐛 Move source into src/ to fix install
Installing was broken since moving to pyproject.toml, which we didn't notice because of
leftover files in build/. Fix this by using the convention of having the source files
in src/ and adjusting pyproject.toml accordingly.

Fixes gh-86. 🤞
2023-08-03 17:29:30 +02:00
db7c051b22 ⚙ Migrate to pyproject.toml 2023-08-02 20:55:47 +02:00