From 8683f8392cf8c775fc0ccbb2b46eda3fda00c325 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Feb 2023 22:14:05 +0000 Subject: [PATCH] Bump install-pinned/autoflake (#5900) Bumps [install-pinned/autoflake](https://github.com/install-pinned/autoflake) from 1a248450153f02b75d051acf6c2a05df8c797666 to 19ecc14a8688d57cca9dc6cfd705f16f200ff097. - [Release notes](https://github.com/install-pinned/autoflake/releases) - [Commits](https://github.com/install-pinned/autoflake/compare/1a248450153f02b75d051acf6c2a05df8c797666...19ecc14a8688d57cca9dc6cfd705f16f200ff097) --- updated-dependencies: - dependency-name: install-pinned/autoflake dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 c951b9167..744aef18e 100644 --- a/.github/workflows/autofix.yml +++ b/.github/workflows/autofix.yml @@ -35,7 +35,7 @@ jobs: shopt -s globstar export GLOBIGNORE='mitmproxy/contrib/**' yesqa **/*.py || true - - uses: install-pinned/autoflake@1a248450153f02b75d051acf6c2a05df8c797666 + - uses: install-pinned/autoflake@19ecc14a8688d57cca9dc6cfd705f16f200ff097 - run: autoflake --in-place --remove-all-unused-imports --exclude contrib -r . - uses: install-pinned/black@9101a4d68e870eaaaae21c412d1d879b93c9afcb