| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add pydocstyle linter and apply suggestions | Colin Wilk | 2023-10-09 | 1 | -59/+88 |
| | | | | | Signed-off-by: Colin Wilk <colin.wilk@tum.de> | ||||
| * | Add pydantic to dataclasses | Colin Wilk | 2023-10-02 | 1 | -1/+149 |
| | | | | | | | | | | | Verifies the type annotations on the classes. This commit also fixes a bug where an invalid type was returned for suggestions of a Tag. The return type was a dict of a Micro Tag Structure but it was expected to be a string (see szurubooru.py) Signed-off-by: Colin Wilk <colin.wilk@tum.de> | ||||
| * | Initial Commit | Colin Wilk | 2023-10-01 | 1 | -0/+627 |
| Signed-off-by: Colin Wilk <colin.wilk@tum.de> | |||||