fix : minor edit in bandit test #32

pull/79/head
sepandhaghighi 2021-12-15 00:55:00 +03:30
rodzic 8171b4f54b
commit 99bb551e9a
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 B307
python -m bandit -r samila -s B311,B307
python -m pydocstyle -v --match-dir=samila
if: matrix.python-version == 3.7
- name: Codecov