Skip to content

Commit

Permalink
Add deptry (#49)
Browse files Browse the repository at this point in the history
And increase Python MSRV to 3.8

Close #48
  • Loading branch information
sbihel authored Aug 23, 2023
1 parent a77a99b commit 46b52b9
Show file tree
Hide file tree
Showing 3 changed files with 258 additions and 263 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.7, 3.9]
python-version: [3.8, 3.11]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -31,5 +31,7 @@ jobs:
run: poetry run black . --check
- name: Ruff
run: poetry run ruff check .
- name: Deptry
run: poetry run deptry .
- uses: jakebailey/pyright-action@v1
if: ${{ matrix.os != 'windows-latest' }}
Loading

0 comments on commit 46b52b9

Please sign in to comment.