Skip to content

Commit bdcc7a9

Browse files
committed
fix: ignore BLE001 ruff rule
1 parent 89e2a27 commit bdcc7a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
pip install ruff black
2424
2525
- name: Run ruff
26-
run: ruff check app/ --ignore B008
26+
run: ruff check app/ --ignore B008,BLE001
2727

2828
- name: Run black
2929
run: black --check app/

0 commit comments

Comments
 (0)