Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
Signed-off-by: Xavier Dupre <xadupre@microsoft.com>
  • Loading branch information
xadupre committed Apr 2, 2024
1 parent 84cd0a0 commit cb5b4c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/black-ruff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: psf/black@193ee766ca496871f93621d6b58d57a6564ff81b # stable 23.7.0
- uses: psf/black@e42f1ffbe159018c8e887f775c0fd7b51b3cf787 # stable 24.3.0
with:
options: "--diff --check"
src: "."
Expand Down

0 comments on commit cb5b4c3

Please sign in to comment.