Skip to content

Commit a46b217

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/game-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 (game + shared code)
50+
- name: Ruff check (runtime-risk rules only)
5151
run: |
52-
ruff check tradcast_game storage utils configs game
52+
ruff check --select E9,F63,F7,F82 tradcast_game storage utils configs game
5353
5454
- name: Compile Python files (syntax check)
5555
run: |

0 commit comments

Comments
 (0)