Skip to content

Commit

Permalink
Fixed CI 🪈
Browse files Browse the repository at this point in the history
  • Loading branch information
byt3bl33d3r committed Nov 23, 2023
1 parent 74a928e commit 67f1f78
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ jobs:
- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors or undefined names
ruff --select=E9,F63,F7,F82 --exit-zero --statistics .
ruff --select=E9,F63,F7,F82 --show-source .
poetry run ruff --select=E9,F63,F7,F82 --exit-zero --statistics .
poetry run ruff --select=E9,F63,F7,F82 --show-source .
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
ruff --exit-zero --statistics
poetry run ruff --exit-zero --statistics
- name: Test with pytest
run: |
pytest
poetry run pytest
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ __pycache__/
*.py[cod]
*$py.class
*.log
.ruff_cache

# C extensions
*.so
Expand Down

0 comments on commit 67f1f78

Please sign in to comment.