Skip to content

Update nbconvert package from 7.17.0 to 7.17.1 #62

Update nbconvert package from 7.17.0 to 7.17.1

Update nbconvert package from 7.17.0 to 7.17.1 #62

Workflow file for this run

name: Check Ruff formatting and linting
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: astral-sh/setup-uv@v7
- name: Check formatting with Ruff
run: uvx ruff format --check .
- name: Check linting with Ruff
run: uvx ruff check .