Skip to content

Simplify the code formatting script #10050

Simplify the code formatting script

Simplify the code formatting script #10050

Workflow file for this run

name: isort
on: pull_request
jobs:
Linter:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run checks
run: |
pipx install $(grep "^isort" ./dev/requirements.txt)
echo "isort version: $(isort --version-number)"
isort --check --diff --resolve-all-configs .