Skip to content

Commit 8163640

Browse files
authored
Update Ruff check to use runtime-risk rules only
1 parent 0e2a9f3 commit 8163640

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main-code-checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ jobs:
4747
python -m pip install --upgrade pip
4848
python -m pip install ruff
4949
50-
- name: Ruff check (main + shared code)
50+
- name: Ruff check (runtime-risk rules only)
5151
run: |
52-
ruff check tradcast_main storage utils configs game
52+
ruff check --select E9,F63,F7,F82 tradcast_main storage utils configs game
5353
5454
- name: Compile Python files (syntax check)
5555
run: |

0 commit comments

Comments
 (0)