Skip to content

Commit

Permalink
Switched to ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
colin99d committed Aug 21, 2023
1 parent 93046a0 commit e67f7f2
Show file tree
Hide file tree
Showing 3 changed files with 451 additions and 425 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,11 @@ jobs:
- name: Check typing annotations with mypy
run: |
poetry run mypy .
- name: Verify unused imports
run: |
poetry run flake8 --select F401
- name: ruff
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: chartboost/ruff-action@v1
- name: Test with pytest
# Wrapped by coverage to generate coverage data
run: |
Expand Down
Loading

0 comments on commit e67f7f2

Please sign in to comment.