From e51432ee49c1270ea4f0fc82a959edb96632cd6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 23:07:24 +0000 Subject: [PATCH] Bump install-pinned/autoflake (#6095) Bumps [install-pinned/autoflake](https://github.com/install-pinned/autoflake) from 80957f084eab3ad54adf35d689a3f0af436cbe0a to 46b4898323be58db319656fe2758f3fd5ddfee32. - [Release notes](https://github.com/install-pinned/autoflake/releases) - [Commits](https://github.com/install-pinned/autoflake/compare/80957f084eab3ad54adf35d689a3f0af436cbe0a...46b4898323be58db319656fe2758f3fd5ddfee32) --- 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 81c6de9c0..bdce81466 100644 --- a/.github/workflows/autofix.yml +++ b/.github/workflows/autofix.yml @@ -36,7 +36,7 @@ jobs: export GLOBIGNORE='mitmproxy/contrib/**' yesqa **/*.py || true - - uses: install-pinned/autoflake@80957f084eab3ad54adf35d689a3f0af436cbe0a + - uses: install-pinned/autoflake@46b4898323be58db319656fe2758f3fd5ddfee32 - run: autoflake --in-place --remove-all-unused-imports --exclude mitmproxy/contrib -r . - uses: install-pinned/black@87375d4cc14ee53c4372492102a7503f9fd18837