Skip to content

Fix Hypnogram.from_profusion not handling Profusion stage 9 (Active) … #243

Fix Hypnogram.from_profusion not handling Profusion stage 9 (Active) …

Fix Hypnogram.from_profusion not handling Profusion stage 9 (Active) … #243

Workflow file for this run

name: Ruff
on:
push:
paths-ignore:
- '*.rst'
- 'docs/**'
pull_request:
paths-ignore:
- '*.rst'
- 'docs/**'
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: astral-sh/setup-uv@v7
- name: "Linting"
run: uvx ruff check
- name: "Formatting"
run: uvx ruff format --check