SIENTIAPDE-1241: Linted files
This commit is contained in:
@@ -82,8 +82,8 @@ def upload_to_minio(source_path: Path) -> str:
|
||||
object_name = f'test-model-data-{timestamp}.csv'
|
||||
target_uri = f'{MINIO_ALIAS}/{MINIO_BUCKET}/{object_name}'
|
||||
|
||||
subprocess.run(
|
||||
['mc', 'cp', str(source_path), target_uri],
|
||||
subprocess.run( # noqa: S603
|
||||
['mc', 'cp', str(source_path), target_uri], # noqa: S607
|
||||
check=True,
|
||||
)
|
||||
return object_name
|
||||
|
||||
Reference in New Issue
Block a user