Skip to content

Commit

Permalink
wip ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
abusquets committed Aug 3, 2023
1 parent 71b8f35 commit db247a3
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install poetry
python -m pip install poetry ruff
poetry install
# - 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: Lint with ruff
working-directory: ./src
run: |
ruff --format=github .
# default set of ruff rules with GitHub Annotations
# ruff --format=github --target-version=py37 .
- name: Test with pytest
working-directory: ./src
Expand Down

0 comments on commit db247a3

Please sign in to comment.