From 3acac8a67f7e55635151dd8b72c3935687e83efd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 00:31:45 +0000 Subject: [PATCH] Update install-pinned/reorder_python_imports digest to df7cf98 --- .github/workflows/autofix.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index 678584e..9887c92 100644 --- a/.github/workflows/autofix.yml +++ b/.github/workflows/autofix.yml @@ -40,7 +40,7 @@ jobs: pyupgrade --exit-zero-even-if-changed --py39-plus **/*.py # Sort imports with https://github.com/asottile/reorder_python_imports - - uses: install-pinned/reorder_python_imports@515035fd9eb355713f61dee238b17a04ce01f4d2 + - uses: install-pinned/reorder_python_imports@df7cf988755a25dd9723edfc83284bc3f888f1c9 - name: Run reorder-python-imports run: | shopt -s globstar