Try to silence bandit messages on valid asserts
parent
878ef96fa7
commit
931b2f20f6
3
.bandit
3
.bandit
|
|
@ -1,3 +0,0 @@
|
|||
[bandit]
|
||||
# Ignore concerns about asserts, necessary for unit test code
|
||||
skips: B101,B102
|
||||
|
|
@ -1,5 +1,10 @@
|
|||
version = 1
|
||||
|
||||
test_patterns = [
|
||||
"tests/**",
|
||||
"test_*.py"
|
||||
]
|
||||
|
||||
exclude_patterns = [
|
||||
"camelot/ext/**"
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in New Issue