Skip to content

Commit

Permalink
Get rid of ruff.
Browse files Browse the repository at this point in the history
  • Loading branch information
hmcezar committed Jan 12, 2024
1 parent 8e34cfc commit 832abb4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,6 @@ jobs:
- name: Install package
run: |
pip install -e .
- name: Lint with ruff
run: |
# stop the build if there are Python syntax errors or undefined names
ruff --format=github --select=E9,F63,F7,F82 --target-version=py37 .
# default set of ruff rules with GitHub Annotations
ruff --format=github --target-version=py37 .
- name: Test with pytest
run: |
pytest --cov=./ --cov-report=xml
Expand Down

0 comments on commit 832abb4

Please sign in to comment.