Skip to content

Commit 9a177dc

Browse files
committed
update CI ruff command
1 parent 4da27a7 commit 9a177dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
- name: install ruff
6464
run: python -m pip install ruff
6565
- name: run python lint
66-
run: ruff --ignore=E501 ast --show-source
66+
run: ruff check ast
6767

6868
- name: spell checker
6969
uses: streetsidesoftware/cspell-action@v2

0 commit comments

Comments
 (0)