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](fa3c171516...32877f5112)

---
updated-dependencies:
- dependency-name: install-pinned/autoflake
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-11-29 15:01:51 +01:00 committed by GitHub
parent a7aed48eab
commit d2af9b6163
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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