Bump install-pinned/black (#6153)

Bumps [install-pinned/black](https://github.com/install-pinned/black) from 98d42bad3459705a15b069b0f4dfd9e2b2d63a2b to 91bfc65283b1e8e9abac5d9e2a092c03c2ffddb8.
- [Release notes](https://github.com/install-pinned/black/releases)
- [Commits](98d42bad34...91bfc65283)

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

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] 2023-06-02 12:06:04 +02:00 committed by GitHub
parent e0e46f453c
commit 96ac55293f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ jobs:
- uses: install-pinned/autoflake@46b4898323be58db319656fe2758f3fd5ddfee32
- run: autoflake --in-place --remove-all-unused-imports --exclude mitmproxy/contrib -r .
- uses: install-pinned/black@98d42bad3459705a15b069b0f4dfd9e2b2d63a2b
- uses: install-pinned/black@91bfc65283b1e8e9abac5d9e2a092c03c2ffddb8
- run: black --extend-exclude mitmproxy/contrib .
- name: Run prettier