Skip to content

Commit

Permalink
Added ruff to github CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas Molleman authored and Lukas Molleman committed Mar 27, 2023
1 parent ddab686 commit 95fd96c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/runtests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@ jobs:
python-version: '3.11'
- run: python -m pip install --upgrade pip

- run: pip install flake8
- run: pip install flake8 ruff

- name: Run flake8 on the sympy package
- name: Run flake8 on the sympy benchmark package
run: flake8 benchmarks slow_benchmarks

- name: Run Ruff on the sympy benchmark package
run: ruff check .

0 comments on commit 95fd96c

Please sign in to comment.