Skip to content

Commit

Permalink
fix : revert bandit ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
sepandhaghighi committed Oct 2, 2024
1 parent 084dbc8 commit 13b9c08
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 @@ -46,7 +46,7 @@ jobs:
- name: Other tests
run: |
python -m vulture mycoffee/ setup.py --min-confidence 65 --exclude=__init__.py --sort-by-size
# python -m bandit -r mycoffee -s B311
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
- name: Upload coverage to Codecov
Expand Down

0 comments on commit 13b9c08

Please sign in to comment.