Skip to content

Bump ruff from 0.4.9 to 0.5.0 #94

Bump ruff from 0.4.9 to 0.5.0

Bump ruff from 0.4.9 to 0.5.0 #94

Workflow file for this run

name: Python isort
on:
push:
branches:
- main
paths:
- ".github/workflows/isort.yml"
- "**.py"
- "poetry.lock"
- "pyproject.toml"
pull_request:
paths:
- ".github/workflows/isort.yml"
- "**.py"
- "poetry.lock"
- "pyproject.toml"
jobs:
format:
runs-on: ubuntu-latest
name: isort
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Set up Python environment
uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: isort
uses: isort/isort-action@v1.1.0