Skip to content

Commit

Permalink
flake8 -> ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
wmvanvliet committed May 6, 2024
1 parent b788b26 commit f4f704d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install flake8 pytest tqdm pytest-cov
pip install ruff pytest tqdm pytest-cov
pip install -r requirements.txt
- name: Lint with flake8
- name: Lint with ruff
run: |
# stop the build if there are Python syntax errors or undefined names
ruff check
Expand Down

0 comments on commit f4f704d

Please sign in to comment.