Skip to content

Bump ipython from 8.26.0 to 8.32.0 #96

Bump ipython from 8.26.0 to 8.32.0

Bump ipython from 8.26.0 to 8.32.0 #96

Workflow file for this run

name: Python lint
on:
push:
branches:
- develop
pull_request:
jobs:
pre_commit_checks:
name: 🚴 Pre-Commit checks 🚴
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- name: Install poetry
run: pipx install poetry
- uses: actions/setup-python@main
with:
cache: 'poetry'
- run: poetry install
- uses: pre-commit/action@main