Skip to content

Commit 1dd8d69

Browse files
committed
CI: add ruff check for PERF
1 parent c15fd6f commit 1dd8d69

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
run: |
2929
pipx run ruff format --check --line-length=100 examples
3030
pipx run ruff check --select=ASYNC,RUF006,E,F --line-length=100 examples
31+
pipx run ruff check --select=PERF --line-length=100 .
3132
pipx run codespell .
3233
3334
- name: Install prerequisites

0 commit comments

Comments
 (0)