Skip to content

Commit

Permalink
Merge pull request #8 from guenp/patch-1
Browse files Browse the repository at this point in the history
Use `ruff check` instead of `ruff`
  • Loading branch information
pamelafox authored Jul 30, 2024
2 parents 29cc0e8 + 819ac9c commit 429b8a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
python -m pip install --upgrade pip
pip install -r requirements-dev.txt
- name: Lint with ruff
run: ruff .
run: ruff check .
- name: Check formatting with black
run: black . --check --verbose
- name: Run unit tests
Expand Down

0 comments on commit 429b8a2

Please sign in to comment.