Skip to content

Commit

Permalink
fix : ignore vulture
Browse files Browse the repository at this point in the history
  • Loading branch information
sepandhaghighi committed Oct 1, 2024
1 parent 5358047 commit dd635d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
python -m pytest test --cov=mycoffee --cov-report=term
- name: Other tests
run: |
python -m vulture mycoffee/ setup.py --min-confidence 65 --exclude=__init__.py --sort-by-size
# python -m vulture mycoffee/ setup.py --min-confidence 65 --exclude=__init__.py --sort-by-size
python -m bandit -r mycoffee -s B311
python -m pydocstyle --match-dir=mycoffee -v
if: matrix.python-version == env.TEST_PYTHON_VERSION && matrix.os == env.TEST_OS
Expand Down

0 comments on commit dd635d8

Please sign in to comment.