Skip to content

Commit c3d3ad6

Browse files
committed
noqa
1 parent e8c9b0a commit c3d3ad6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/semsql/builder/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def make(path, docker, **kwargs):
7272
steps = builder.get_postprocessing_steps(ontology, path)
7373
for step in steps:
7474
print(f"RUNNING: {step}")
75-
subprocess.run(step, shell=True)
75+
subprocess.run(step, shell=True) # noqa S602
7676

7777

7878
@main.command()

0 commit comments

Comments
 (0)