diff --git a/.bandit b/.bandit deleted file mode 100644 index c936150..0000000 --- a/.bandit +++ /dev/null @@ -1,3 +0,0 @@ -[bandit] -# Ignore concerns about asserts, necessary for unit test code -skips: B101,B102 diff --git a/.deepsource.toml b/.deepsource.toml index e8edbba..c98c682 100644 --- a/.deepsource.toml +++ b/.deepsource.toml @@ -1,5 +1,10 @@ version = 1 +test_patterns = [ + "tests/**", + "test_*.py" +] + exclude_patterns = [ "camelot/ext/**" ]