We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17d1a1f commit 7850a96Copy full SHA for 7850a96
.github/workflows/linter.yml
@@ -24,4 +24,4 @@ jobs:
24
cache: 'pip'
25
- uses: chartboost/ruff-action@v1
26
with:
27
- args: 'check --select A,AIR,ANN,ARG,ASYNC,B,C4,C90,COM,DTZ,E,EM,ERA,F,FA,FAST,FIX,FLY,G,I,PERF,PGH,PT,NPY,PL,RUF,S,SIM,UP,W,YTT --output-format github --diff --exclude docker,docs,scripts,tests,vendor'
+ args: 'check --select A,AIR,ANN,ARG,ASYNC,B,BLE,C4,C90,COM,DTZ,E,EM,ERA,F,FA,FAST,FIX,FLY,G,I,PERF,PGH,PT,NPY,PL,RUF,S,SIM,UP,W,YTT --output-format github --diff --exclude docker,docs,scripts,tests,vendor'
0 commit comments