Skip to content

Commit

Permalink
fix ruff check (#1772)
Browse files Browse the repository at this point in the history
  • Loading branch information
john0isaac authored Jul 1, 2024
1 parent a1fe900 commit 46b7453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,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 types with mypy
run: |
cd scripts/
Expand Down

0 comments on commit 46b7453

Please sign in to comment.