Skip to content

docs: remove IO PSI section from README (feature removed in v0.2.3) #27

docs: remove IO PSI section from README (feature removed in v0.2.3)

docs: remove IO PSI section from README (feature removed in v0.2.3) #27

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.12"
- run: pip install ruff==0.15.11
- run: ruff check . || true
- run: ruff format --check . || true