Skip to content

chore(deps): update pre-commit hook pre-commit/mirrors-mypy to v1.12.… #190

chore(deps): update pre-commit hook pre-commit/mirrors-mypy to v1.12.…

chore(deps): update pre-commit hook pre-commit/mirrors-mypy to v1.12.… #190

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