Skip to content

Commit

Permalink
disable formatting in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
manzt committed Oct 17, 2024
1 parent a455f12 commit 46cf141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
with:
version: "0.4.x"
- run: |
uv run ruff format
uv run ruff check
# uv run ruff format --check # uncomment when we want to enforce formatting
Test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 46cf141

Please sign in to comment.