Skip to content

Commit e8b19f5

Browse files
authored
Merge pull request #34 from FoamyGuy/md_files
show .md files in screenshot
2 parents 1d076fa + 69f7809 commit e8b19f5

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repos:
88
hooks:
99
- id: black
1010
- repo: https://github.com/fsfe/reuse-tool
11-
rev: v1.1.2
11+
rev: v3.0.1
1212
hooks:
1313
- id: reuse
1414
- repo: https://github.com/pre-commit/pre-commit-hooks

create_requirement_images.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ def asset_path(asset_name):
6969
"py": file_icon,
7070
"mpy": file_icon,
7171
"txt": file_empty_icon,
72+
"md": file_empty_icon,
7273
"toml": file_icon,
7374
"html": file_icon,
7475
"bmp": file_image_icon,

get_imports.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
"py",
3333
"mpy",
3434
"txt",
35+
"md",
3536
"toml",
3637
"html",
3738
"bmp",

0 commit comments

Comments
 (0)