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 ae98870 commit 972a96f
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: ". --verbose --exclude '.*/nc/.*'"
black_args: ". --verbose --exclude '.*/scripts/addons/cam/nc/.*'"
- 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 972a96f

Please sign in to comment.