Skip to content

Commit

Permalink
Update black.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SpectralVectors authored Sep 3, 2024
1 parent 2274b3a commit 05829e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/black.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
uses: rickstaa/action-black@v1
id: action_black
with:
black_args: ". --exclude 'nc' --exclude 'tests' --exclude 'presets'"
black_args: ". --extend-exclude '/nc | /presets | /tests'"
- name: Create Pull Request
if: steps.action_black.outputs.is_formatted == 'true'
uses: peter-evans/create-pull-request@v6
Expand Down

0 comments on commit 05829e2

Please sign in to comment.