mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-06-29 06:00:45 +00:00
[ISS-1258][DC] resolving formatting and line length issues
This commit is contained in:
parent
10ce480836
commit
6f0f112e53
2 changed files with 22 additions and 10 deletions
|
|
@ -73,7 +73,11 @@ def test_get_aws_secrets_from_env(env_vars, values):
|
|||
(
|
||||
(
|
||||
'aws_temp_secrets_file.json',
|
||||
{"tempAccessKeyId", "tempSecretAccessKey", "tempSessionToken"},
|
||||
{
|
||||
"tempAccessKeyId",
|
||||
"tempSecretAccessKey",
|
||||
"tempSessionToken"
|
||||
},
|
||||
),
|
||||
('nonsense.txt', set()),
|
||||
('ok_json.json', set()),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue