Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 6, 2025
1 parent 9c8e8b6 commit fde051b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/c_therm_tci_tools/sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ def compile( # noqa: A001
deps = result.stdout
submodules = {
sub.group(): run(
split(f"git rev-parse HEAD:{sub.group()}"), # noqa: S603
split(f"git rev-parse HEAD:{sub.group()}"),

Check failure on line 217 in scripts/c_therm_tci_tools/sync.py

View workflow job for this annotation

GitHub Actions / ruff (ubuntu-22.04, 3.11)

Ruff (S603)

scripts/c_therm_tci_tools/sync.py:217:13: S603 `subprocess` call: check for execution of untrusted input
capture_output=True,
check=True,
text=True,
Expand Down

0 comments on commit fde051b

Please sign in to comment.