1 parent 89e2a27 commit bdcc7a9Copy full SHA for bdcc7a9
1 file changed
.github/workflows/ci.yml
@@ -23,7 +23,7 @@ jobs:
23
pip install ruff black
24
25
- name: Run ruff
26
- run: ruff check app/ --ignore B008
+ run: ruff check app/ --ignore B008,BLE001
27
28
- name: Run black
29
run: black --check app/
0 commit comments