Skip to content

update(deps): update dependency ruff to v0.9.6 #144

update(deps): update dependency ruff to v0.9.6

update(deps): update dependency ruff to v0.9.6 #144

Workflow file for this run

---
name: Lint
on:
push:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: pipx install hatch
- run: hatch run ci:check
- run: hatch run ci:lint