Skip to content

Commit

Permalink
Add Vulture check to GitHub Actions workflow for Python linting
Browse files Browse the repository at this point in the history
  • Loading branch information
TaekyungHeo committed Jun 11, 2024
1 parent 22fc788 commit 62cb005
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/python_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,6 @@ jobs:
- name: Run Pyright
run: |
pyright
- name: Run vulture check
run: vulture src/ tests/ --min-confidence 100
1 change: 1 addition & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ pyre-check==0.9.19
pyright==1.1.359
pytest==8.1.1
ruff==0.3.5
vulture==2.11

0 comments on commit 62cb005

Please sign in to comment.