Skip to content

Bump isort from 5.13.2 to 6.0.1 #839

Bump isort from 5.13.2 to 6.0.1

Bump isort from 5.13.2 to 6.0.1 #839

Workflow file for this run

# https://docs.astral.sh/ruff/
name: Ruff linter
on:
push:
branches:
- main
pull_request:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }}
jobs:
ruff-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: pip install -r requirements.txt
- name: Ruff Check
run: ruff check .