Skip to content

Commit cc8395d

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 3aa36e1 commit cc8395d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

create-docker-action.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ def set_image(ref: str, repo: str, repo_id: str) -> str:
6363
},
6464
'outputs': {
6565
'hashes': {
66-
DESCRIPTION: 'Hash values of uploaded files'
67-
}
66+
DESCRIPTION: 'Hash values of uploaded files',
67+
},
6868
},
6969
'runs': {
7070
'using': 'docker',

print-hash.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
print(
1919
":".join(
20-
sha256.hexdigest(), md5.hexdigest(), blake2_256.hexdigest(), file_object
20+
sha256.hexdigest(), md5.hexdigest(), blake2_256.hexdigest(), file_object,
2121
),
22-
end="\0"
22+
end="\0",
2323
)

0 commit comments

Comments
 (0)