Skip to content

Update pre-commit hook astral-sh/ruff-pre-commit to v0.6.4 (#2666) #24

Update pre-commit hook astral-sh/ruff-pre-commit to v0.6.4 (#2666)

Update pre-commit hook astral-sh/ruff-pre-commit to v0.6.4 (#2666) #24

Workflow file for this run

on: [ push, pull_request ]
name: ruff linting
jobs:
ruff:
runs-on: ubuntu-latest
container:
image: archlinux/archlinux:latest
steps:
- uses: actions/checkout@v4
- run: pacman --noconfirm -Syu ruff
- name: Lint with ruff
run: ruff check