Skip to content

Commit 57dbde1

Browse files
Add user selection when multiple sets (#56)
* Add user selection for multiple sets from priority user Fixes #40 * Generate new screengrabs with rich-codex * Move user selection behind a `--interactive` flag * Include url in description and id in selection * Generate new screengrabs with rich-codex --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 44a5d82 commit 57dbde1

10 files changed

+576
-469
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
3-
rev: v0.12.3
3+
rev: v0.13.0
44
hooks:
55
- id: ruff-format
66
- id: ruff-check
@@ -16,7 +16,7 @@ repos:
1616
- --wrap=keep
1717
exclude: ".github\/ISSUE_TEMPLATE\/.*.md"
1818
- repo: https://github.com/pre-commit/pre-commit-hooks
19-
rev: v5.0.0
19+
rev: v6.0.0
2020
hooks:
2121
- id: check-ast
2222
- id: check-builtin-literals
@@ -49,7 +49,7 @@ repos:
4949
exclude_types:
5050
- svg
5151
- repo: https://github.com/pappasam/toml-sort
52-
rev: v0.24.2
52+
rev: v0.24.3
5353
hooks:
5454
- id: toml-sort
5555
args:

docs/img/mediux-posters_media.svg

Lines changed: 62 additions & 58 deletions
Loading

docs/img/mediux-posters_set.svg

Lines changed: 56 additions & 60 deletions
Loading

docs/img/mediux-posters_settings.svg

Lines changed: 38 additions & 42 deletions
Loading

docs/img/mediux-posters_settings_locate.svg

Lines changed: 30 additions & 34 deletions
Loading

0 commit comments

Comments
 (0)