Skip to content

Bump ipykernel from 6.29.5 to 6.30.1 #4

Bump ipykernel from 6.29.5 to 6.30.1

Bump ipykernel from 6.29.5 to 6.30.1 #4

Workflow file for this run

name: "[uv]: .pre-commit"
on:
pull_request:
jobs:
uv-ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Install uv
uses: astral-sh/setup-uv@v6
- name: Set up Python
run: uv python install
- name: Install the project
run: uv sync --all-extras --dev
- name: Run pre-commit
run: uv run pre-commit run --all-files