Skip to content

Commit 33f124f

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 723a30a commit 33f124f

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/generate-sbom.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,10 @@ def generate(version: str) -> dict:
7171
{"type": "website", "url": "https://python-pillow.github.io"},
7272
{"type": "vcs", "url": "https://github.com/python-pillow/Pillow"},
7373
{"type": "documentation", "url": "https://pillow.readthedocs.io"},
74-
{"type": "security-contact", "url": "https://github.com/python-pillow/Pillow/security/policy"},
74+
{
75+
"type": "security-contact",
76+
"url": "https://github.com/python-pillow/Pillow/security/policy",
77+
},
7578
],
7679
}
7780

0 commit comments

Comments
 (0)