Skip to content

Commit

Permalink
Remove ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
Snailedlt committed Jul 2, 2023
1 parent 7996393 commit f1fadaa
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/test_and_lint_api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install ruff pytest
if [ -f api/requirements.txt ]; then pip install -r api/requirements.txt; fi
- 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 -v

0 comments on commit f1fadaa

Please sign in to comment.