Skip to content

fix(notebooks/03-viz)🐛: fix code formatting and improve matplotlib in… #59

fix(notebooks/03-viz)🐛: fix code formatting and improve matplotlib in…

fix(notebooks/03-viz)🐛: fix code formatting and improve matplotlib in… #59

Workflow file for this run

name: Code style checks
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
linting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v2
with:
python-version: 3.11
- uses: prefix-dev/[email protected]
with:
pixi-version: v0.41.4
cache: true
- uses: pre-commit/[email protected]