Try to silence bandit messages on valid asserts

pull/153/head
Frh 2020-04-19 17:17:25 -07:00
parent 69c7728867
commit dec8f2d0eb
2 changed files with 5 additions and 3 deletions

View File

@ -1,3 +0,0 @@
[bandit]
# Ignore concerns about asserts, necessary for unit test code
skips: B101,B102

View File

@ -1,5 +1,10 @@
version = 1 version = 1
test_patterns = [
"tests/**",
"test_*.py"
]
exclude_patterns = [ exclude_patterns = [
"camelot/ext/**" "camelot/ext/**"
] ]