Skip to content

Commit f09ba47

Browse files
authored
Update Python CI.yml
1 parent bf7c558 commit f09ba47

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/Python CI.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,12 @@ jobs:
2424

2525
- name: Run Bandit
2626
run: bandit --recursive --skip B101 . || true
27-
27+
- name: Run Ruff (formatting check)
28+
run: ruff format --check . --config pyproject.toml || true
29+
2830
- name: Run Ruff (linting)
2931
run: ruff check . --config pyproject.toml
3032

31-
- name: Run Ruff (formatting check)
32-
run: ruff format --check . --config pyproject.toml
33-
3433
- name: Setup Mypy cache
3534
run: mkdir -p .mypy_cache
3635

0 commit comments

Comments
 (0)