Skip to content

Commit

Permalink
Use ruff check
Browse files Browse the repository at this point in the history
  • Loading branch information
guenp authored Jul 30, 2024
1 parent 29cc0e8 commit 819ac9c
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 819ac9c

Please sign in to comment.