Skip to content

Commit a566585

Browse files
committed
QA ignore bandit B110 (try_except_pass)
1 parent 28ac54d commit a566585

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ uninstall:
2121
check:
2222
flake8 --version
2323
flake8 --exclude=".travis,.eggs,__init__.py,docs" --ignore=E203,E252,W391,D107,A001,A002,A003,A004
24-
bandit --skip B404 --exclude tests/ -r .
24+
bandit --skip B404,B110 --exclude tests/ -r .
2525
test:
2626
pytest tests --zpool $(ZPOOL)
2727
regression-test:

0 commit comments

Comments
 (0)