From 2a6cd75384708a08eb0f11a613ab2a4ce06f109e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Jan 2023 10:52:42 +0000 Subject: [PATCH] Update install-pinned/autoflake digest to a89f503 --- .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..819c7f0 100644 --- a/.github/workflows/autofix.yml +++ b/.github/workflows/autofix.yml @@ -47,7 +47,7 @@ jobs: reorder-python-imports --exit-zero-even-if-changed --py39-plus **/*.py # Remove unused imports with https://github.com/PyCQA/autoflake - - uses: install-pinned/autoflake@1a248450153f02b75d051acf6c2a05df8c797666 + - uses: install-pinned/autoflake@a89f5030e16cb5766f47a687493be9ac4198d0c5 - run: autoflake --in-place --remove-all-unused-imports -r . # Format your code with https://github.com/psf/black