mirror of
https://github.com/RustPython/Parser.git
synced 2025-08-28 06:14:56 +00:00
update CI ruff command
This commit is contained in:
parent
4da27a70e6
commit
9a177dc6a0
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
@ -63,7 +63,7 @@ jobs:
|
|||
- name: install ruff
|
||||
run: python -m pip install ruff
|
||||
- name: run python lint
|
||||
run: ruff --ignore=E501 ast --show-source
|
||||
run: ruff check ast
|
||||
|
||||
- name: spell checker
|
||||
uses: streetsidesoftware/cspell-action@v2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue