fix: update S3 and Azure configuration typos in .env.example and corr… (#12055)

This commit is contained in:
Kalo Chin
2024-12-25 12:00:45 +09:00
committed by GitHub
parent 1d3f218662
commit 3ea54e9d25
2 changed files with 4 additions and 4 deletions

View File

@@ -67,7 +67,7 @@ ignore = [
"SIM105", # suppressible-exception
"SIM107", # return-in-try-except-finally
"SIM108", # if-else-block-instead-of-if-exp
"SIM113", # eumerate-for-loop
"SIM113", # enumerate-for-loop
"SIM117", # multiple-with-statements
"SIM210", # if-expr-with-true-false
]