Skip to content

Bump ipython from 8.23.0 to 8.24.0 #436

Bump ipython from 8.23.0 to 8.24.0

Bump ipython from 8.23.0 to 8.24.0 #436

Workflow file for this run

name: Python Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.11
- name: flake8
uses: py-actions/flake8@v2
- name: Black
run: |
python -m pip install --upgrade pip
pip install black
black --check --diff .