Skip to content

Commit

Permalink
Skipping code style check for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Pseudomanifold committed Jul 24, 2024
1 parent da25344 commit 3596797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/black.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v4
- uses: psf/black@stable
with:
options: "--check --verbose --line-length 80"
options: "--check --verbose --line-length 80 --exclude docs/"
# Ignore Jupyter notebooks for now to simplify rapid
# prototyping.
jupyter: false

0 comments on commit 3596797

Please sign in to comment.