Skip to content

Commit 75c3500

Browse files
Review feedback
* Close the SFTP session * Improve documentation * Parameterize inputs * Make the balances endopint URL configurable * Add upload failure logging * Expand some testing
1 parent 5dd8da8 commit 75c3500

File tree

6 files changed

+657
-448
lines changed

6 files changed

+657
-448
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ci:
22
autoupdate_schedule: monthly
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v5.0.0
5+
rev: v6.0.0
66
hooks:
77
# On Windows, git will convert all CRLF to LF, but only after all hooks are done executing.
88
# yamllint will fail before git has a chance to convert line endings, so line endings must be explicitly converted before yamllint
@@ -17,7 +17,7 @@ repos:
1717
hooks:
1818
- id: yamllint
1919
- repo: https://github.com/awslabs/cfn-python-lint
20-
rev: v1.38.0
20+
rev: v1.38.2
2121
hooks:
2222
- id: cfn-python-lint
2323
files: template\.(json|yml|yaml)$

0 commit comments

Comments
 (0)