Skip to content

Commit

Permalink
Update python-check.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgotteiner authored Aug 1, 2024
1 parent fad80a9 commit 44a8a06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
python -m pip install --upgrade pip
pip install -r requirements-dev.txt
- name: Lint with ruff
run: python3 -m ruff .
run: python3 -m ruff check .
- name: Check formatting with black
run: python3 -m black . --check --verbose
- name: Run tests with pytest
Expand Down

0 comments on commit 44a8a06

Please sign in to comment.