Skip to content

Commit

Permalink
correction for ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
vargastat committed Aug 30, 2024
1 parent a577be1 commit 8e1fd3f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,11 @@ jobs:
pip install -r requirements.txt -r requirements-dev.txt
- name: Check formatting
uses: ruff-actions/ruff@v1
with:
options: ruff format --check src tests
run: ruff format --check src tests

- name: Check typing
run: |
python -m mypy
python -m mypyf
- name: Test
run: |
Expand Down

0 comments on commit 8e1fd3f

Please sign in to comment.