Bump install-pinned/reorder_python_imports (#5842)

Bumps [install-pinned/reorder_python_imports](https://github.com/install-pinned/reorder_python_imports) from 7365755886d8ef6679e1b77457975a8698842af6 to 515035fd9eb355713f61dee238b17a04ce01f4d2.
- [Release notes](https://github.com/install-pinned/reorder_python_imports/releases)
- [Commits](7365755886...515035fd9e)

---
updated-dependencies:
- dependency-name: install-pinned/reorder_python_imports
  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] 2023-01-02 22:20:26 +01:00 committed by GitHub
parent 979e789928
commit e640fdfa23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ jobs:
export GLOBIGNORE='mitmproxy/contrib/**'
pyupgrade --exit-zero-even-if-changed --keep-runtime-typing --py39-plus **/*.py
- uses: install-pinned/reorder_python_imports@7365755886d8ef6679e1b77457975a8698842af6
- uses: install-pinned/reorder_python_imports@515035fd9eb355713f61dee238b17a04ce01f4d2
- name: Run reorder-python-imports
run: |
shopt -s globstar