diff --git a/.bandit b/.bandit new file mode 100644 index 0000000000..20c8802d64 --- /dev/null +++ b/.bandit @@ -0,0 +1,3 @@ +# codacy: +# Solve flagged valid Python "assert" statements +skips: ['B101']