From d2af9b61635dcd57c7f68a3d1eec380bacef88aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Nov 2022 15:01:51 +0100 Subject: [PATCH] Bump install-pinned/autoflake (#5770) Bumps [install-pinned/autoflake](https://github.com/install-pinned/autoflake) from fa3c1715169ac36d903ee9d492d64beb5cad331f to 32877f5112ce1c5b8b30cf57d70593a53d5fca87. - [Release notes](https://github.com/install-pinned/autoflake/releases) - [Commits](https://github.com/install-pinned/autoflake/compare/fa3c1715169ac36d903ee9d492d64beb5cad331f...32877f5112ce1c5b8b30cf57d70593a53d5fca87) --- updated-dependencies: - dependency-name: install-pinned/autoflake dependency-type: direct:production ... Signed-off-by: dependabot[bot] 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 1ba8a398a..29bc8d66e 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@fa3c1715169ac36d903ee9d492d64beb5cad331f + - uses: install-pinned/autoflake@32877f5112ce1c5b8b30cf57d70593a53d5fca87 - run: autoflake --in-place --remove-all-unused-imports --exclude contrib -r . - uses: install-pinned/black@dde5aed720bc458e86d99144d4d0c1f6c8e08844