Skip to content

Commit

Permalink
add ruff to CI checks
Browse files Browse the repository at this point in the history
  • Loading branch information
cbouy committed Jun 23, 2024
1 parent ba4358e commit 8c4835f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/formatting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 8c4835f

Please sign in to comment.