Skip to content

Commit 95fd96c

Browse files
Lukas MollemanLukas Molleman
authored andcommitted
Added ruff to github CI
1 parent ddab686 commit 95fd96c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/runtests.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,10 @@ jobs:
2323
python-version: '3.11'
2424
- run: python -m pip install --upgrade pip
2525

26-
- run: pip install flake8
26+
- run: pip install flake8 ruff
2727

28-
- name: Run flake8 on the sympy package
28+
- name: Run flake8 on the sympy benchmark package
2929
run: flake8 benchmarks slow_benchmarks
30+
31+
- name: Run Ruff on the sympy benchmark package
32+
run: ruff check .

0 commit comments

Comments
 (0)