From aa4dcfd77bb8ab8bcc9e44e4dc6b4527f0f3ecad Mon Sep 17 00:00:00 2001 From: foamyguy Date: Fri, 13 Feb 2026 11:39:56 -0600 Subject: [PATCH 1/2] show .md files in screenshot --- create_requirement_images.py | 1 + get_imports.py | 1 + 2 files changed, 2 insertions(+) diff --git a/create_requirement_images.py b/create_requirement_images.py index cceb9cb..99ae8b7 100755 --- a/create_requirement_images.py +++ b/create_requirement_images.py @@ -69,6 +69,7 @@ def asset_path(asset_name): "py": file_icon, "mpy": file_icon, "txt": file_empty_icon, + "md": file_empty_icon, "toml": file_icon, "html": file_icon, "bmp": file_image_icon, diff --git a/get_imports.py b/get_imports.py index beb506f..2910b9d 100644 --- a/get_imports.py +++ b/get_imports.py @@ -32,6 +32,7 @@ "py", "mpy", "txt", + "md", "toml", "html", "bmp", From 69f7809a75aca9ec8bb8b5cdcfcd8b1eacbf564c Mon Sep 17 00:00:00 2001 From: foamyguy Date: Fri, 13 Feb 2026 11:45:20 -0600 Subject: [PATCH 2/2] update reuse version --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ddf2cd3..2c2c99a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,7 +8,7 @@ repos: hooks: - id: black - repo: https://github.com/fsfe/reuse-tool - rev: v1.1.2 + rev: v3.0.1 hooks: - id: reuse - repo: https://github.com/pre-commit/pre-commit-hooks