fix : minor edit in bandit test #32

pull/79/head
sepandhaghighi 2021-12-14 19:35:34 +03:30
rodzic a8b41e0832
commit 8171b4f54b
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -48,7 +48,7 @@ jobs:
- name: Other tests
run: |
python -m vulture samila/ setup.py --min-confidence 65 --exclude=__init__.py --sort-by-size
python -m bandit -r samila -s B311
python -m bandit -r samila -s B311 B307
python -m pydocstyle -v --match-dir=samila
if: matrix.python-version == 3.7
- name: Codecov