Skip to content

make the 0-normal-data-eda.ipynb 3W 2.0.0 compatible #391

make the 0-normal-data-eda.ipynb 3W 2.0.0 compatible

make the 0-normal-data-eda.ipynb 3W 2.0.0 compatible #391

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
name: Check python code using the official black action
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
with:
src: "."
options: "--check --verbose --diff --exclude toolkit/rolling_window.py"