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 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",