chore: fix ruff command (#3044)

This commit is contained in:
Chengzhong Wu 2024-07-10 01:03:10 +08:00 committed by GitHub
parent d38af2e0c2
commit b3916d5b25
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,7 +19,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- run: pip install --user ruff
- run: ruff --output-format=github --select="E,F,PLC,PLE,UP,W,YTT" --ignore="E721,PLC1901,S101,UP031" --target-version=py38 .
- run: ruff check --output-format=github --select="E,F,PLC,PLE,UP,W,YTT" --ignore="E721,PLC1901,S101,UP031" --target-version=py38 .
lint-js:
name: Lint JS