Skip to content

Commit

Permalink
update ruff ci
Browse files Browse the repository at this point in the history
  • Loading branch information
theomonnom committed Oct 27, 2023
1 parent 6e8c479 commit 308917c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ruff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
pip install ruff
- name: Ruff livekit-api
run: ruff check --output-format=github livekit-api/
run: ruff check --output-format=github .

- name: Check format
run: ruff format --check .

- name: Ruff livekit-rtc
run: ruff check --output-format=github livekit-rtc/
2 changes: 0 additions & 2 deletions ruff.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@


exclude = [
"_proto"
]

0 comments on commit 308917c

Please sign in to comment.