diff --git a/.github/workflows/formatting.yml b/.github/workflows/formatting.yml index 58e4e3d..21ea777 100644 --- a/.github/workflows/formatting.yml +++ b/.github/workflows/formatting.yml @@ -19,6 +19,10 @@ jobs: uses: actions/checkout@v4 - name: Code formatting + uses: chartboost/ruff-action@v1 + + - name: Notebook formatting uses: psf/black@stable with: + src: "docs/notebooks/" jupyter: true \ No newline at end of file