Skip to content

Update 'Ruff' to latest version and fix any linting issues #5011

Update 'Ruff' to latest version and fix any linting issues

Update 'Ruff' to latest version and fix any linting issues #5011

Workflow file for this run

name: Linting
on: [push, pull_request, workflow_dispatch]
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/ruff-action@v2
with:
args: " check --output-format=concise"
- run: ruff format --check