Skip to content

Commit

Permalink
Update ruff_commit.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sanchitvj authored Mar 20, 2024
1 parent 80bcc68 commit d749618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ruff_commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- run: pip install ruff
- run: ruff check src/
# - run: ruff check src/
- run: ruff format src/
- uses: stefanzweifel/git-auto-commit-action@v4
with:
Expand Down

0 comments on commit d749618

Please sign in to comment.