From c43d2c4a31cb974d4f0dcbd7140c4f6992d808a9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Jul 2024 00:52:22 +0000 Subject: [PATCH 1/2] Update all dependencies --- .github/workflows/ci.yml | 44 +++++++++++++++++------------------ .github/workflows/contrib.yml | 8 +++---- .github/workflows/high.yml | 40 +++++++++++++++---------------- .github/workflows/release.yml | 4 ++-- .pre-commit-config.yaml | 4 ++-- docs/pyproject.toml | 10 ++++---- requirements/dev.in | 14 +++++------ requirements/install.in | 2 +- requirements/uv.in | 2 +- scripts/pyproject.toml | 6 ++--- submodules/typings | 2 +- 11 files changed, 68 insertions(+), 68 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a042144..60bc2dc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,14 +22,14 @@ jobs: python: ["3.11"] runs-on: "${{ matrix.runner }}" steps: - - uses: "actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f" # v4.1.3 + - uses: "actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332" # v4.1.7 with: submodules: True - - uses: "actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d" # v5.1.0 + - uses: "actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f" # v5.1.1 with: python-version: "${{ matrix.python }}" - run: "scripts/Sync-Py.ps1" - - uses: "actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808" # v4.3.3 + - uses: "actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b" # v4.3.4 with: name: "lock" path: "lock.json" @@ -45,17 +45,17 @@ jobs: python: ["3.11"] runs-on: "${{ matrix.runner }}" steps: - - uses: "actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f" # v4.1.3 + - uses: "actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332" # v4.1.7 with: submodules: True - - uses: "actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e" # v4.1.7 + - uses: "actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16" # v4.1.8 with: name: "lock" - uses: "actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9" # v4.0.2 with: path: "${{ env.UV_CACHE_DIR }}" key: "uv-${{ matrix.runner }}-${{ matrix.python }}-${{ hashFiles('lock.json') }}" - - uses: "actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d" # v5.1.0 + - uses: "actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f" # v5.1.1 with: python-version: "${{ matrix.python }}" - run: "scripts/Sync-Py.ps1" @@ -86,17 +86,17 @@ jobs: python: ["3.11"] runs-on: "${{ matrix.runner }}" steps: - - uses: "actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f" # v4.1.3 + - uses: "actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332" # v4.1.7 with: submodules: True - - uses: "actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e" # v4.1.7 + - uses: "actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16" # v4.1.8 with: name: "lock" - uses: "actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9" # v4.0.2 with: path: "${{ env.UV_CACHE_DIR }}" key: "uv-${{ matrix.runner }}-${{ matrix.python }}-${{ hashFiles('lock.json') }}" - - uses: "actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d" # v5.1.0 + - uses: "actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f" # v5.1.1 with: python-version: "${{ matrix.python }}" - run: "scripts/Sync-Py.ps1" @@ -109,17 +109,17 @@ jobs: python: ["3.11"] runs-on: "${{ matrix.runner }}" steps: - - uses: "actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f" # v4.1.3 + - uses: "actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332" # v4.1.7 with: submodules: True - - uses: "actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e" # v4.1.7 + - uses: "actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16" # v4.1.8 with: name: "lock" - uses: "actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9" # v4.0.2 with: path: "${{ env.UV_CACHE_DIR }}" key: "uv-${{ matrix.runner }}-${{ matrix.python }}-${{ hashFiles('lock.json') }}" - - uses: "actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d" # v5.1.0 + - uses: "actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f" # v5.1.1 with: python-version: "${{ matrix.python }}" - run: "scripts/Sync-Py.ps1" @@ -132,17 +132,17 @@ jobs: python: ["3.11"] runs-on: "${{ matrix.runner }}" steps: - - uses: "actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f" # v4.1.3 + - uses: "actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332" # v4.1.7 with: submodules: True - - uses: "actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e" # v4.1.7 + - uses: "actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16" # v4.1.8 with: name: "lock" - uses: "actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9" # v4.0.2 with: path: "${{ env.UV_CACHE_DIR }}" key: "uv-${{ matrix.runner }}-${{ matrix.python }}-${{ hashFiles('lock.json') }}" - - uses: "actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d" # v5.1.0 + - uses: "actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f" # v5.1.1 with: python-version: "${{ matrix.python }}" - run: "scripts/Sync-Py.ps1" @@ -162,24 +162,24 @@ jobs: # - "3.13.0-alpha.5" # ? https://github.com/PyO3/pyo3/issues/3555 runs-on: "${{ matrix.runner }}" steps: - - uses: "actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f" # v4.1.3 + - uses: "actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332" # v4.1.7 with: submodules: True - - uses: "actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e" # v4.1.7 + - uses: "actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16" # v4.1.8 with: name: "lock" - uses: "actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9" # v4.0.2 with: path: "${{ env.UV_CACHE_DIR }}" key: "uv-${{ matrix.runner }}-${{ matrix.python }}-${{ hashFiles('lock.json') }}" - - uses: "actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d" # v5.1.0 + - uses: "actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f" # v5.1.1 with: python-version: "${{ matrix.python }}" - run: "scripts/Sync-Py.ps1 -Version '${{ matrix.python }}'" # ! https://github.com/pytest-dev/pytest-cov/issues/479#issuecomment-1247444988 - run: "pytest --cov --cov-config pyproject.toml" - if: startsWith(matrix.runner, 'ubuntu') && matrix.python == '3.11' - uses: "codecov/codecov-action@84508663e988701840491b86de86b666e8a86bed" # v4.3.0 + uses: "codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673" # v4.5.0 env: CODECOV_TOKEN: "${{ secrets.CODECOV_TOKEN }}" lock: @@ -196,17 +196,17 @@ jobs: python: ["3.11"] runs-on: "${{ matrix.runner }}" steps: - - uses: "actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f" # v4.1.3 + - uses: "actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332" # v4.1.7 with: submodules: True - - uses: "actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e" # v4.1.7 + - uses: "actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16" # v4.1.8 with: name: "lock" - uses: "actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9" # v4.0.2 with: path: "${{ env.UV_CACHE_DIR }}" key: "uv-${{ matrix.runner }}-${{ matrix.python }}-${{ hashFiles('lock.json') }}" - - uses: "actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d" # v5.1.0 + - uses: "actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f" # v5.1.1 with: python-version: "${{ matrix.python }}" - run: "scripts/Sync-Py.ps1" diff --git a/.github/workflows/contrib.yml b/.github/workflows/contrib.yml index 0e4de63..922fbbd 100644 --- a/.github/workflows/contrib.yml +++ b/.github/workflows/contrib.yml @@ -32,14 +32,14 @@ jobs: python: ["3.11"] runs-on: "${{ matrix.runner }}" steps: - - uses: "actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f" # v4.1.3 + - uses: "actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332" # v4.1.7 with: submodules: True - uses: "actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9" # v4.0.2 with: path: "${{ env.UV_CACHE_DIR }}" key: "uv-${{ matrix.runner }}-${{ matrix.python }}-${{ hashFiles('lock.json') }}" - - uses: "actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d" # v5.1.0 + - uses: "actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f" # v5.1.1 with: python-version: "${{ matrix.python }}" - run: "scripts/Sync-Py.ps1 -Version '3.11'" @@ -54,7 +54,7 @@ jobs: runs-on: "${{ matrix.runner }}" steps: - run: "New-Item -ItemType Directory 'repo path with spaces'" - - uses: "actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f" # v4.1.3 + - uses: "actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332" # v4.1.7 with: submodules: True path: "repo path with spaces" @@ -62,7 +62,7 @@ jobs: with: path: "${{ env.UV_CACHE_DIR }}" key: "uv-${{ matrix.runner }}-${{ matrix.python }}-${{ hashFiles('lock.json') }}" - - uses: "actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d" # v5.1.0 + - uses: "actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f" # v5.1.1 with: python-version: "${{ matrix.python }}" - working-directory: "repo path with spaces" diff --git a/.github/workflows/high.yml b/.github/workflows/high.yml index d09f572..46d9f6c 100644 --- a/.github/workflows/high.yml +++ b/.github/workflows/high.yml @@ -19,14 +19,14 @@ jobs: python: ["3.11"] runs-on: "${{ matrix.runner }}" steps: - - uses: "actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f" # v4.1.3 + - uses: "actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332" # v4.1.7 with: submodules: True - - uses: "actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d" # v5.1.0 + - uses: "actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f" # v5.1.1 with: python-version: "${{ matrix.python }}" - run: "scripts/Sync-Py.ps1" - - uses: "actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808" # v4.3.3 + - uses: "actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b" # v4.3.4 with: name: "lock" path: "lock-high.json" @@ -38,13 +38,13 @@ jobs: python: ["3.11"] runs-on: "${{ matrix.runner }}" steps: - - uses: "actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f" # v4.1.3 + - uses: "actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332" # v4.1.7 with: submodules: True - - uses: "actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e" # v4.1.7 + - uses: "actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16" # v4.1.8 with: name: "lock" - - uses: "actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d" # v5.1.0 + - uses: "actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f" # v5.1.1 with: python-version: "${{ matrix.python }}" - run: "scripts/Sync-Py.ps1" @@ -58,13 +58,13 @@ jobs: python: ["3.11"] runs-on: "${{ matrix.runner }}" steps: - - uses: "actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f" # v4.1.3 + - uses: "actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332" # v4.1.7 with: submodules: True - - uses: "actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e" # v4.1.7 + - uses: "actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16" # v4.1.8 with: name: "lock" - - uses: "actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d" # v5.1.0 + - uses: "actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f" # v5.1.1 with: python-version: "${{ matrix.python }}" - run: "scripts/Sync-Py.ps1" @@ -77,13 +77,13 @@ jobs: python: ["3.11"] runs-on: "${{ matrix.runner }}" steps: - - uses: "actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f" # v4.1.3 + - uses: "actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332" # v4.1.7 with: submodules: True - - uses: "actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e" # v4.1.7 + - uses: "actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16" # v4.1.8 with: name: "lock" - - uses: "actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d" # v5.1.0 + - uses: "actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f" # v5.1.1 with: python-version: "${{ matrix.python }}" - run: "scripts/Sync-Py.ps1" @@ -96,13 +96,13 @@ jobs: python: ["3.11"] runs-on: "${{ matrix.runner }}" steps: - - uses: "actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f" # v4.1.3 + - uses: "actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332" # v4.1.7 with: submodules: True - - uses: "actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e" # v4.1.7 + - uses: "actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16" # v4.1.8 with: name: "lock" - - uses: "actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d" # v5.1.0 + - uses: "actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f" # v5.1.1 with: python-version: "${{ matrix.python }}" - run: "scripts/Sync-Py.ps1" @@ -118,13 +118,13 @@ jobs: python: ["3.11"] runs-on: "${{ matrix.runner }}" steps: - - uses: "actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f" # v4.1.3 + - uses: "actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332" # v4.1.7 with: submodules: True - - uses: "actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e" # v4.1.7 + - uses: "actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16" # v4.1.8 with: name: "lock" - - uses: "actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d" # v5.1.0 + - uses: "actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f" # v5.1.1 with: python-version: "${{ matrix.python }}" - run: "scripts/Sync-Py.ps1 -Version '${{ matrix.python }}'" @@ -143,8 +143,8 @@ jobs: python: ["3.11"] runs-on: "${{ matrix.runner }}" steps: - - uses: "actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f" # v4.1.3 - - uses: "actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e" # v4.1.7 + - uses: "actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332" # v4.1.7 + - uses: "actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16" # v4.1.8 with: name: "lock" - uses: "stefanzweifel/git-auto-commit-action@8621497c8c39c72f3e2a999a26b4ca1b5058a842" # v5.0.1 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 488d631..7b66b9d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,14 +20,14 @@ jobs: with: github_token: "${{ secrets.GITHUB_TOKEN }}" tag_prefix: "" - - uses: "actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f" # v4.1.3 + - uses: "actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332" # v4.1.7 with: submodules: True - uses: "actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9" # v4.0.2 with: path: "${{ env.UV_CACHE_DIR }}" key: "uv-${{ matrix.runner }}-${{ matrix.python }}-${{ hashFiles('lock.json') }}" - - uses: "actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d" # v5.1.0 + - uses: "actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f" # v5.1.1 with: python-version: "${{ matrix.python }}" - run: "scripts/Sync-Py.ps1" diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8c8305e..1750476 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -92,7 +92,7 @@ repos: hooks: - id: "markdownlint-cli2" - repo: "https://github.com/srstevenson/nb-clean" - rev: "3.2.0" + rev: "3.3.0" hooks: - id: "nb-clean" args: @@ -108,7 +108,7 @@ repos: |tests/.* )$ - repo: "https://github.com/charliermarsh/ruff-pre-commit" - rev: "v0.4.1" + rev: "v0.5.2" hooks: - id: "ruff" args: ["--extend-fixable", "PIE790"] diff --git a/docs/pyproject.toml b/docs/pyproject.toml index 6442b43..424739e 100644 --- a/docs/pyproject.toml +++ b/docs/pyproject.toml @@ -10,18 +10,18 @@ dependencies = [ # ? Core docs "docutils==0.21.2", "linkify-it-py==2.0.3", - "myst-nb==1.1.0", - "myst-parser==3.0.0", + "myst-nb==1.1.1", + "myst-parser==3.0.1", "numpydoc==1.7.0", "ruamel-yaml==0.18.6", "sphinx-autobuild==2024.4.16", "sphinx-autodoc2==0.5.0", - "sphinx-book-theme==1.1.2", - "sphinx-design==0.5.0", + "sphinx-book-theme==1.1.3", + "sphinx-design==0.6.0", "sphinx-thebe==0.3.1", "sphinx-tippy==0.4.3", "sphinx-togglebutton==0.3.2", - "sphinx==7.3.7", + "sphinx==7.4.4", "sphinxcontrib-bibtex==2.6.2", "sphinxcontrib-mermaid==0.9.2", "sphinxcontrib-towncrier==0.4.0a0", diff --git a/requirements/dev.in b/requirements/dev.in index eac9300..dedd0a2 100644 --- a/requirements/dev.in +++ b/requirements/dev.in @@ -2,13 +2,13 @@ --editable docs/ --editable scripts/ --editable tests/ -debugpy==1.8.1 -fawltydeps==0.15.0 +debugpy==1.8.2 +fawltydeps==0.16.0 flit==3.9.0 -keyring==25.1.0 -pre-commit==3.7.0 -pyright==1.1.360 -ruff==0.4.1 +keyring==25.2.1 +pre-commit==3.7.1 +pyright==1.1.371 +ruff==0.5.2 snakeviz==2.2.0 -sourcery==1.16.0 +sourcery==1.21.0 towncrier==23.11.0 diff --git a/requirements/install.in b/requirements/install.in index 70ad0df..ca872b1 100644 --- a/requirements/install.in +++ b/requirements/install.in @@ -1 +1 @@ -zstandard==0.22.0 +zstandard==0.23.0 diff --git a/requirements/uv.in b/requirements/uv.in index 4ab0555..087739e 100644 --- a/requirements/uv.in +++ b/requirements/uv.in @@ -1 +1 @@ -uv==0.1.38 +uv==0.2.25 diff --git a/scripts/pyproject.toml b/scripts/pyproject.toml index 3620eeb..fb355a7 100644 --- a/scripts/pyproject.toml +++ b/scripts/pyproject.toml @@ -8,9 +8,9 @@ version = "0.0.0" description = "Tools." dependencies = [ # ? Core script tools - "copier==9.2.0", - "cyclopts==2.6.1", - "pipx==1.5.0", + "copier==9.3.1", + "cyclopts==2.9.3", + "pipx==1.6.0", ] [project.scripts] "c_therm_tci_tools" = "c_therm_tci_tools.__main__:main" diff --git a/submodules/typings b/submodules/typings index f64f8fa..30c7e7c 160000 --- a/submodules/typings +++ b/submodules/typings @@ -1 +1 @@ -Subproject commit f64f8fa072d090eabf2b1149252c82dd9404362d +Subproject commit 30c7e7c08c7b898e7606b90a0c8ff67f46dabee8 From 856ecf11bb135355d22ac07eb18e975faa9bf1f3 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 16 Jul 2024 00:52:51 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- scripts/c_therm_tci_tools/sync.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/c_therm_tci_tools/sync.py b/scripts/c_therm_tci_tools/sync.py index 59fc212..20042b9 100644 --- a/scripts/c_therm_tci_tools/sync.py +++ b/scripts/c_therm_tci_tools/sync.py @@ -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()}"), capture_output=True, check=True, text=True,